Html Css Color HEX #B12009 Fire Brick

📋 copy color: '#B12009'

red 177 ◦ green 32 ◦ blue 9

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

Shades of Fire Brick #B12009

Tints of Fire Brick #B12009

RGB

 RED value IS 177 (69.53% from 255) = 81.19%

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

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

R = 81.19%
G = 14.68%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B12009 (or 0xB12009) is known color: Fire Brick. HEX triplet: B1, 20 and 09. RGB value is (177,32,9). Sum of RGB (Red+Green+Blue) = 177+32+9=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B12009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12009 is #4EDFF6. Grayscale: #484848. Windows color (decimal): -5169143 or 598193. OLE color: 598193.

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

Color convert

RGB 177 32 9 -
CMYK 0 0.82 0.95 0.31
HSL 8.21º 0.9% 0.36% -
HSV(B) 8.21º 0.95% 0.69% -
XYZ 18.7 10.4 1.28 -
YUV 72.73 92.04 202.37 -
System Red Green Blue C M Y K H S L
Decimal 177 32 9 0 0.82 0.95 0.31 8.21 0.9 0.36
Hex B1 20 9 0 52 5F 1F 8 5A 24
Octal 261 40 11 0 122 137 37 10 132 44
Binary 10110001 100000 1001 0 1010010 1011111 11111 1000 1011010 100100

Color Harmonies of #B12009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12009

Black with #B12009

Text Example


Text Example

White with #B12009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12009; }

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

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

background-color css

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

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

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

border-color css

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

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

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