#B12418

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

Shades of Fire Brick #B12418

Tints of Fire Brick #B12418

Color information

#B12418 (or 0xB12418) is unknown color: approx Fire Brick. HEX triplet: B1, 24 and 18. RGB value is (177,36,24). Sum of RGB (Red+Green+Blue) = 177+36+24=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B12418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12418 is #4EDBE7. Grayscale: #4C4C4C. Windows color (decimal): -5168104 or 1582257. OLE color: 1582257.

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

Color convert

RGB1773624-
CMYK00.800.860.31
HSL4.71º76.12%39.41%-
HSV(B)4.71º86.44%69.41%-
XYZ18.9310.671.93-
YUV76.7998.21199.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.68%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 24 (9.77% from 255) = 10.13%
R=74.68%
G=15.19%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177362400.800.860.314.7176.1239.41
HexB12418050561F54c27
Octal2614430012012637511447
Binary1011000110010011000010100001010110111111011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12418; }

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

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

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

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

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

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

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

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