#B51D06

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

Shades of Fire Brick #B51D06

Tints of Fire Brick #B51D06

Color information

#B51D06 (or 0xB51D06) is unknown color: approx Fire Brick. HEX triplet: B5, 1D and 06. RGB value is (181,29,6). Sum of RGB (Red+Green+Blue) = 181+29+6=216 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.80% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51D06 is #4AE2F9. Grayscale: #484848. Windows color (decimal): -4907770 or 400821. OLE color: 400821.

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

Color convert

RGB181296-
CMYK00.840.970.29
HSL7.89º93.58%36.67%-
HSV(B)7.89º96.69%70.98%-
XYZ19.5310.721.21-
YUV71.8390.86205.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 83.80%
GREEN value IS 29 (11.72% from 255) = 13.43%
BLUE value IS 6 (2.73% from 255) = 2.78%
R=83.80%
G=13.43%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18129600.840.970.297.8993.5836.67
HexB51D6054611D85e25
Octal2653560124141351013645
Binary10110101111011100101010011000011110110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51D06; }

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

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

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

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

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

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

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

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