Html Css Color HEX #B32208 Fire Brick

📋 copy color: '#B32208'

red 179 ◦ green 34 ◦ blue 8

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

Shades of Fire Brick #B32208

Tints of Fire Brick #B32208

RGB

 RED value IS 179 (70.31% from 255) = 81%

 GREEN value IS 34 (13.67% from 255) = 15.38%

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

R = 81%
G = 15.38%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B32208 (or 0xB32208) is known color: Fire Brick. HEX triplet: B3, 22 and 08. RGB value is (179,34,8). Sum of RGB (Red+Green+Blue) = 179+34+8=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B32208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32208 is #4CDDF7. Grayscale: #4A4A4A. Windows color (decimal): -5037560 or 533171. OLE color: 533171.

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

Color convert

RGB 179 34 8 -
CMYK 0 0.81 0.96 0.30
HSL 9.12º 0.91% 0.37% -
HSV(B) 9.12º 0.96% 0.7% -
XYZ 19.21 10.75 1.29 -
YUV 74.39 90.54 202.61 -
System Red Green Blue C M Y K H S L
Decimal 179 34 8 0 0.81 0.96 0.30 9.12 0.91 0.37
Hex B3 22 8 0 51 60 1E 9 5B 25
Octal 263 42 10 0 121 140 36 11 133 45
Binary 10110011 100010 1000 0 1010001 1100000 11110 1001 1011011 100101

Color Harmonies of #B32208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32208

Black with #B32208

Text Example


Text Example

White with #B32208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32208; }

 p { color: rgb(179,34,8); }

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

background-color css

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

 a { background-color: rgb(179,34,8); }

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

border-color css

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

 span { border-color: rgb(179,34,8); }

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