#B12018

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

Shades of Fire Brick #B12018

Tints of Fire Brick #B12018

Color information

#B12018 (or 0xB12018) is unknown color: approx Fire Brick. HEX triplet: B1, 20 and 18. RGB value is (177,32,24). Sum of RGB (Red+Green+Blue) = 177+32+24=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B12018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12018 is #4EDFE7. Grayscale: #4A4A4A. Windows color (decimal): -5169128 or 1581233. OLE color: 1581233.

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

Color convert

RGB1773224-
CMYK00.820.860.31
HSL3.14º76.12%39.41%-
HSV(B)3.14º86.44%69.41%-
XYZ18.8110.451.89-
YUV74.4499.54201.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 24 (9.77% from 255) = 10.30%
R=75.97%
G=13.73%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177322400.820.860.313.1476.1239.41
HexB12018052561F34c27
Octal2614030012212637311447
Binary101100011000001100001010010101011011111111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12018; }

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

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

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

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

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

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

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

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