#B51412

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

Shades of Fire Brick #B51412

Tints of Fire Brick #B51412

Color information

#B51412 (or 0xB51412) is unknown color: approx Fire Brick. HEX triplet: B5, 14 and 12. RGB value is (181,20,18). Sum of RGB (Red+Green+Blue) = 181+20+18=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B51412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51412 is #4AEBED. Grayscale: #444444. Windows color (decimal): -4910062 or 1184949. OLE color: 1184949.

HSL color Cylindrical-coordinate representation of color #B51412: hue angle of 0.74º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51412 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1812018-
CMYK00.890.900.29
HSL0.74º81.91%39.02%-
HSV(B)0.74º90.06%70.98%-
XYZ19.4210.371.55-
YUV67.9199.84208.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 82.65%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=82.65%
G=9.13%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181201800.890.900.290.7481.9139.02
HexB514120595A1D15227
Octal2652422013113235112247
Binary1011010110100100100101100110110101110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51412; }

 p { color: rgb(181,20,18); }

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

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

 a { background-color: rgb(181,20,18); }

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

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

 span { border-color: rgb(181,20,18); }

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