#B12818

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

Shades of Fire Brick #B12818

Tints of Fire Brick #B12818

Color information

#B12818 (or 0xB12818) is unknown color: approx Fire Brick. HEX triplet: B1, 28 and 18. RGB value is (177,40,24). Sum of RGB (Red+Green+Blue) = 177+40+24=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B12818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12818 is #4ED7E7. Grayscale: #4F4F4F. Windows color (decimal): -5167080 or 1583281. OLE color: 1583281.

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

Color convert

RGB1774024-
CMYK00.770.860.31
HSL6.27º76.12%39.41%-
HSV(B)6.27º86.44%69.41%-
XYZ19.0610.931.97-
YUV79.1496.89197.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.44%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=73.44%
G=16.60%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177402400.770.860.316.2776.1239.41
HexB1281804D561F64c27
Octal2615030011512637611447
Binary1011000110100011000010011011010110111111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12818; }

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

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

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

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

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

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

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

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