Html Css Color HEX #B32009 Fire Brick

📋 copy color: '#B32009'

red 179 ◦ green 32 ◦ blue 9

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

Shades of Fire Brick #B32009

Tints of Fire Brick #B32009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.55%

 BLUE value IS 9 (3.91% from 255) = 4.09%

R = 81.36%
G = 14.55%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B32009 (or 0xB32009) is known color: Fire Brick. HEX triplet: B3, 20 and 09. RGB value is (179,32,9). Sum of RGB (Red+Green+Blue) = 179+32+9=220 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.36% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 179 - color contains mainly: red. Hex color #B32009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32009 is #4CDFF6. Grayscale: #494949. Windows color (decimal): -5038071 or 598195. OLE color: 598195.

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

Color convert

RGB 179 32 9 -
CMYK 0 0.82 0.95 0.30
HSL 8.12º 0.9% 0.37% -
HSV(B) 8.12º 0.95% 0.7% -
XYZ 19.16 10.64 1.3 -
YUV 73.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 179 32 9 0 0.82 0.95 0.30 8.12 0.9 0.37
Hex B3 20 9 0 52 5F 1E 8 5A 25
Octal 263 40 11 0 122 137 36 10 132 45
Binary 10110011 100000 1001 0 1010010 1011111 11110 1000 1011010 100101

Color Harmonies of #B32009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32009

Black with #B32009

Text Example


Text Example

White with #B32009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32009; }

 p { color: rgb(179,32,9); }

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

background-color css

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

 a { background-color: rgb(179,32,9); }

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

border-color css

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

 span { border-color: rgb(179,32,9); }

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