#B5170F

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

Shades of Fire Brick #B5170F

Tints of Fire Brick #B5170F

Color information

#B5170F (or 0xB5170F) is unknown color: approx Fire Brick. HEX triplet: B5, 17 and 0F. RGB value is (181,23,15). Sum of RGB (Red+Green+Blue) = 181+23+15=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B5170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5170F is #4AE8F0. Grayscale: #454545. Windows color (decimal): -4909297 or 989109. OLE color: 989109.

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

Color convert

RGB1812315-
CMYK00.870.920.29
HSL2.89º84.69%38.43%-
HSV(B)2.89º91.71%70.98%-
XYZ19.4510.471.45-
YUV69.3397.35207.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 82.65%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=82.65%
G=10.50%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181231500.870.920.292.8984.6938.43
HexB517F0575C1D35526
Octal2652717012713435312546
Binary1011010110111111101010111101110011101111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5170F; }

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

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

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

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

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

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

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

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