#B51C06

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

Shades of Fire Brick #B51C06

Tints of Fire Brick #B51C06

Color information

#B51C06 (or 0xB51C06) is unknown color: approx Fire Brick. HEX triplet: B5, 1C and 06. RGB value is (181,28,6). Sum of RGB (Red+Green+Blue) = 181+28+6=215 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.19% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51C06 is #4AE3F9. Grayscale: #474747. Windows color (decimal): -4908026 or 400565. OLE color: 400565.

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

Color convert

RGB181286-
CMYK00.850.970.29
HSL7.54º93.58%36.67%-
HSV(B)7.54º96.69%70.98%-
XYZ19.510.671.2-
YUV71.2491.19206.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 84.19%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 6 (2.73% from 255) = 2.79%
R=84.19%
G=13.02%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18128600.850.970.297.5493.5836.67
HexB51C6055611D85e25
Octal2653460125141351013645
Binary10110101111001100101010111000011110110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51C06; }

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

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

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

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

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

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

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

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