#B51C0A

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

Shades of Fire Brick #B51C0A

Tints of Fire Brick #B51C0A

Color information

#B51C0A (or 0xB51C0A) is unknown color: approx Fire Brick. HEX triplet: B5, 1C and 0A. RGB value is (181,28,10). Sum of RGB (Red+Green+Blue) = 181+28+10=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51C0A is #4AE3F5. Grayscale: #474747. Windows color (decimal): -4908022 or 662709. OLE color: 662709.

HSL color Cylindrical-coordinate representation of color #B51C0A: hue angle of 6.32º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B51C0A is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB1812810-
CMYK00.850.940.29
HSL6.32º89.53%37.45%-
HSV(B)6.32º94.48%70.98%-
XYZ19.5310.681.32-
YUV71.793.19205.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 82.65%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=82.65%
G=12.79%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181281000.850.940.296.3289.5337.45
HexB51CA0555E1D65a25
Octal2653412012513635613245
Binary10110101111001010010101011011110111011101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51C0A; }

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

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

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

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

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

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

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

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