Html Css Color HEX #B32209 Fire Brick

📋 copy color: '#B32209'

red 179 ◦ green 34 ◦ blue 9

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

Shades of Fire Brick #B32209

Tints of Fire Brick #B32209

RGB

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

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

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

R = 80.63%
G = 15.32%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B32209 (or 0xB32209) is known color: Fire Brick. HEX triplet: B3, 22 and 09. RGB value is (179,34,9). Sum of RGB (Red+Green+Blue) = 179+34+9=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B32209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32209 is #4CDDF6. Grayscale: #4A4A4A. Windows color (decimal): -5037559 or 598707. OLE color: 598707.

HSL color Cylindrical-coordinate representation of color #B32209: hue angle of 8.82º 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 #B32209 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 34 9 -
CMYK 0 0.81 0.95 0.30
HSL 8.82º 0.9% 0.37% -
HSV(B) 8.82º 0.95% 0.7% -
XYZ 19.21 10.75 1.32 -
YUV 74.51 91.04 202.53 -
System Red Green Blue C M Y K H S L
Decimal 179 34 9 0 0.81 0.95 0.30 8.82 0.9 0.37
Hex B3 22 9 0 51 5F 1E 9 5A 25
Octal 263 42 11 0 121 137 36 11 132 45
Binary 10110011 100010 1001 0 1010001 1011111 11110 1001 1011010 100101

Color Harmonies of #B32209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32209

Black with #B32209

Text Example


Text Example

White with #B32209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32209; }

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

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

background-color css

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

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

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

border-color css

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

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

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