#B51D14

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

Shades of Fire Brick #B51D14

Tints of Fire Brick #B51D14

Color information

#B51D14 (or 0xB51D14) is unknown color: approx Fire Brick. HEX triplet: B5, 1D and 14. RGB value is (181,29,20). Sum of RGB (Red+Green+Blue) = 181+29+20=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51D14 is #4AE2EB. Grayscale: #494949. Windows color (decimal): -4907756 or 1318325. OLE color: 1318325.

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

Color convert

RGB1812920-
CMYK00.840.890.29
HSL3.35º80.1%39.41%-
HSV(B)3.35º88.95%70.98%-
XYZ19.6210.751.7-
YUV73.4297.86204.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 78.70%
GREEN value IS 29 (11.72% from 255) = 12.61%
BLUE value IS 20 (8.20% from 255) = 8.70%
R=78.70%
G=12.61%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181292000.840.890.293.3580.139.41
HexB51D14054591D35027
Octal2653524012413135312047
Binary10110101111011010001010100101100111101111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51D14; }

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

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

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

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

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

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

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

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