#b01a11

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

Shades of Fire Brick #B01A11

Tints of Fire Brick #B01A11

Color information

#B01A11 (or 0xB01A11) is unknown color: approx Fire Brick. HEX triplet: B0, 1A and 11. RGB value is (176,26,17). Sum of RGB (Red+Green+Blue) = 176+26+17=219 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80.37% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01A11 is #4FE5EE. Grayscale: #464646. Windows color (decimal): -5236207 or 1120944. OLE color: 1120944.

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

Color convert

RGB1762617-
CMYK00.850.900.31
HSL3.4º82.38%37.84%-
HSV(B)3.4º90.34%69.02%-
XYZ18.3810.011.49-
YUV69.8298.2203.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 80.37%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=80.37%
G=11.87%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176261700.850.900.313.482.3837.84
HexB01A110555A1F35226
Octal2603221012513237312246
Binary10110000110101000101010101101101011111111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b01a11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b01a11; }

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

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

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

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

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

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

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

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