#5F1518

Color #5F1518 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5F1518

Tints of Burnt Crimson #5F1518

Color information

#5F1518 (or 0x5F1518) is unknown color: approx Burnt Crimson. HEX triplet: 5F, 15 and 18. RGB value is (95,21,24). Sum of RGB (Red+Green+Blue) = 95+21+24=140 (18% of max value = 765). Red value is 95 (37.5% from 255 or 67.86% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1518 is #A0EAE7. Grayscale: #2B2B2B. Windows color (decimal): -10545896 or 1578335. OLE color: 1578335.

HSL color Cylindrical-coordinate representation of color #5F1518: hue angle of 357.57º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F1518 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB952124-
CMYK00.780.750.63
HSL357.57º63.79%22.75%-
HSV(B)357.57º77.89%37.25%-
XYZ5.153.041.18-
YUV43.47117.02164.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 67.86%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=67.86%
G=15%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95212400.780.750.63357.5763.7922.75
Hex5F151804E4B3F1664017
Octal137253001161137754610027
Binary10111111010111000010011101001011111111101100110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F1518; }

 p { color: rgb(95,21,24); }

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

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

 a { background-color: rgb(95,21,24); }

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

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

 span { border-color: rgb(95,21,24); }

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