Html Css Color HEX #B32409 Fire Brick

📋 copy color: '#B32409'

red 179 ◦ green 36 ◦ blue 9

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

Shades of Fire Brick #B32409

Tints of Fire Brick #B32409

RGB

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

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

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

R = 79.91%
G = 16.07%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B32409 (or 0xB32409) is known color: Fire Brick. HEX triplet: B3, 24 and 09. RGB value is (179,36,9). Sum of RGB (Red+Green+Blue) = 179+36+9=224 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.91% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 179 - color contains mainly: red. Hex color #B32409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32409 is #4CDBF6. Grayscale: #4B4B4B. Windows color (decimal): -5037047 or 599219. OLE color: 599219.

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

Color convert

RGB 179 36 9 -
CMYK 0 0.80 0.95 0.30
HSL 9.53º 0.9% 0.37% -
HSV(B) 9.53º 0.95% 0.7% -
XYZ 19.27 10.87 1.34 -
YUV 75.68 90.38 201.7 -
System Red Green Blue C M Y K H S L
Decimal 179 36 9 0 0.80 0.95 0.30 9.53 0.9 0.37
Hex B3 24 9 0 50 5F 1E A 5A 25
Octal 263 44 11 0 120 137 36 12 132 45
Binary 10110011 100100 1001 0 1010000 1011111 11110 1010 1011010 100101

Color Harmonies of #B32409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32409

Black with #B32409

Text Example


Text Example

White with #B32409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32409; }

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

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

background-color css

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

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

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

border-color css

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

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

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