Html Css Color HEX #B22F35 Mahogany

📋 copy color: '#B22F35'

red 178 ◦ green 47 ◦ blue 53

#B22F35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #B22F35

Tints of Mahogany #B22F35

RGB

 RED value IS 178 (69.92% from 255) = 64.03%

 GREEN value IS 47 (18.75% from 255) = 16.91%

 BLUE value IS 53 (21.09% from 255) = 19.06%

R = 64.03%
G = 16.91%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B22F35 (or 0xB22F35) is known color: Mahogany. HEX triplet: B2, 2F and 35. RGB value is (178,47,53). Sum of RGB (Red+Green+Blue) = 178+47+53=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22F35 is #4DD0CA. Grayscale: #565656. Windows color (decimal): -5099723 or 3485618. OLE color: 3485618.

HSL color Cylindrical-coordinate representation of color #B22F35: hue angle of 357.25º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22F35 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 47 53 -
CMYK 0 0.74 0.70 0.30
HSL 357.25º 0.58% 0.44% -
HSV(B) 357.25º 0.74% 0.7% -
XYZ 20.02 11.76 4.58 -
YUV 86.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 178 47 53 0 0.74 0.70 0.30 357.25 0.58 0.44
Hex B2 2F 35 0 4A 46 1E 165 3A 2C
Octal 262 57 65 0 112 106 36 545 72 54
Binary 10110010 101111 110101 0 1001010 1000110 11110 101100101 111010 101100

Color Harmonies of #B22F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F35

Black with #B22F35

Text Example


Text Example

White with #B22F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F35; }

 p { color: rgb(178,47,53); }

 H1.HeaderClassName
 {
   color: #B22F35;
 }
 .AnyTagClassName
 {
   color: #B22F35;
 }
</style>

background-color css

<style>
 a { background-color: #B22F35; }

 a { background-color: rgb(178,47,53); }

 div.DivClassName
 {
   background-color: #B22F35;
 }
 .BgClassName
 {
   background-color: #B22F35;
 }
</style>

border-color css

<style>
 span { border-color: #B22F35; }

 span { border-color: rgb(178,47,53); }

 td.TdClassName
 {
   border-color: #B22F35;
 }
 .TagClassName
 {
   border-color: #B22F35;
 }
</style>