#B51817

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

Shades of Fire Brick #B51817

Tints of Fire Brick #B51817

Color information

#B51817 (or 0xB51817) is unknown color: approx Fire Brick. HEX triplet: B5, 18 and 17. RGB value is (181,24,23). Sum of RGB (Red+Green+Blue) = 181+24+23=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B51817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51817 is #4AE7E8. Grayscale: #464646. Windows color (decimal): -4909033 or 1513653. OLE color: 1513653.

HSL color Cylindrical-coordinate representation of color #B51817: hue angle of 0.38º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51817 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1812423-
CMYK00.870.870.29
HSL0.38º77.45%40%-
HSV(B)0.38º87.29%70.98%-
XYZ19.5410.541.82-
YUV70.83101.01206.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 79.39%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 23 (9.38% from 255) = 10.09%
R=79.39%
G=10.53%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181242300.870.870.290.3877.4540
HexB51817057571D04d28
Octal2653027012712735011550
Binary1011010111000101110101011110101111110101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51817; }

 p { color: rgb(181,24,23); }

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

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

 a { background-color: rgb(181,24,23); }

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

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

 span { border-color: rgb(181,24,23); }

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