#B01A09

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

Shades of Fire Brick #B01A09

Tints of Fire Brick #B01A09

Color information

#B01A09 (or 0xB01A09) is unknown color: approx Fire Brick. HEX triplet: B0, 1A and 09. RGB value is (176,26,9). Sum of RGB (Red+Green+Blue) = 176+26+9=211 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.41% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01A09 is #4FE5F6. Grayscale: #454545. Windows color (decimal): -5236215 or 596656. OLE color: 596656.

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

Color convert

RGB176269-
CMYK00.850.950.31
HSL6.11º90.27%36.27%-
HSV(B)6.11º94.89%69.02%-
XYZ18.329.991.22-
YUV68.9194.2204.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 83.41%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 9 (3.91% from 255) = 4.27%
R=83.41%
G=12.32%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17626900.850.950.316.1190.2736.27
HexB01A90555F1F65a24
Octal2603211012513737613244
Binary10110000110101001010101011011111111111101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A09; }

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

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

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

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

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

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

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

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