#B01E1A

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

Shades of Fire Brick #B01E1A

Tints of Fire Brick #B01E1A

Color information

#B01E1A (or 0xB01E1A) is unknown color: approx Fire Brick. HEX triplet: B0, 1E and 1A. RGB value is (176,30,26). Sum of RGB (Red+Green+Blue) = 176+30+26=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B01E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01E1A is #4FE1E5. Grayscale: #494949. Windows color (decimal): -5235174 or 1711792. OLE color: 1711792.

HSL color Cylindrical-coordinate representation of color #B01E1A: hue angle of 1.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01E1A is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1763026-
CMYK00.830.850.31
HSL1.6º74.26%39.61%-
HSV(B)1.6º85.23%69.02%-
XYZ18.5610.231.97-
YUV73.2101.37201.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 75.86%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 26 (10.55% from 255) = 11.21%
R=75.86%
G=12.93%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176302600.830.850.311.674.2639.61
HexB01E1A053551F24a28
Octal2603632012312537211250
Binary10110000111101101001010011101010111111101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01E1A; }

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

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

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

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

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

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

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

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