#B51C12

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

Shades of Fire Brick #B51C12

Tints of Fire Brick #B51C12

Color information

#B51C12 (or 0xB51C12) is unknown color: approx Fire Brick. HEX triplet: B5, 1C and 12. RGB value is (181,28,18). Sum of RGB (Red+Green+Blue) = 181+28+18=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51C12 is #4AE3ED. Grayscale: #484848. Windows color (decimal): -4908014 or 1186997. OLE color: 1186997.

HSL color Cylindrical-coordinate representation of color #B51C12: hue angle of 3.68º 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 #B51C12 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1812818-
CMYK00.850.900.29
HSL3.68º81.91%39.02%-
HSV(B)3.68º90.06%70.98%-
XYZ19.5810.71.61-
YUV72.6197.19205.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 79.74%
GREEN value IS 28 (11.33% from 255) = 12.33%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=79.74%
G=12.33%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181281800.850.900.293.6881.9139.02
HexB51C120555A1D45227
Octal2653422012513235412247
Binary101101011110010010010101011011010111011001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51C12; }

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

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

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

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

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

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

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

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