#B01C09

Color #B01C09 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B01C09

Tints of Fire Brick #B01C09

Color information

#B01C09 (or 0xB01C09) is unknown color: approx Fire Brick. HEX triplet: B0, 1C and 09. RGB value is (176,28,9). Sum of RGB (Red+Green+Blue) = 176+28+9=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01C09 is #4FE3F6. Grayscale: #464646. Windows color (decimal): -5235703 or 597168. OLE color: 597168.

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

Color convert

RGB176289-
CMYK00.840.950.31
HSL6.83º90.27%36.27%-
HSV(B)6.83º94.89%69.02%-
XYZ18.3710.081.24-
YUV70.0993.53203.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 82.63%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 9 (3.91% from 255) = 4.23%
R=82.63%
G=13.15%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17628900.840.950.316.8390.2736.27
HexB01C90545F1F75a24
Octal2603411012413737713244
Binary10110000111001001010101001011111111111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01C09; }

 p { color: rgb(176,28,9); }

 H1.HeaderClassName
 {
   color: #B01C09;
 }
 .AnyTagClassName
 {
   color: #B01C09;
 }
</style>
background-color css

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

 a { background-color: rgb(176,28,9); }

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

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

 span { border-color: rgb(176,28,9); }

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