Html Css Color HEX #B22408 Fire Brick

📋 copy color: '#B22408'

red 178 ◦ green 36 ◦ blue 8

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

Shades of Fire Brick #B22408

Tints of Fire Brick #B22408

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

 BLUE value IS 8 (3.52% from 255) = 3.6%

R = 80.18%
G = 16.22%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B22408 (or 0xB22408) is known color: Fire Brick. HEX triplet: B2, 24 and 08. RGB value is (178,36,8). Sum of RGB (Red+Green+Blue) = 178+36+8=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B22408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22408 is #4DDBF7. Grayscale: #4B4B4B. Windows color (decimal): -5102584 or 533682. OLE color: 533682.

HSL color Cylindrical-coordinate representation of color #B22408: hue angle of 9.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B22408 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 8 -
CMYK 0 0.80 0.96 0.30
HSL 9.88º 0.91% 0.36% -
HSV(B) 9.88º 0.96% 0.7% -
XYZ 19.03 10.74 1.3 -
YUV 75.27 90.04 201.28 -
System Red Green Blue C M Y K H S L
Decimal 178 36 8 0 0.80 0.96 0.30 9.88 0.91 0.36
Hex B2 24 8 0 50 60 1E A 5B 24
Octal 262 44 10 0 120 140 36 12 133 44
Binary 10110010 100100 1000 0 1010000 1100000 11110 1010 1011011 100100

Color Harmonies of #B22408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22408

Black with #B22408

Text Example


Text Example

White with #B22408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22408; }

 p { color: rgb(178,36,8); }

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

background-color css

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

 a { background-color: rgb(178,36,8); }

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

border-color css

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

 span { border-color: rgb(178,36,8); }

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