#5A0E13

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

Shades of Burnt Crimson #5A0E13

Tints of Burnt Crimson #5A0E13

Color information

#5A0E13 (or 0x5A0E13) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 0E and 13. RGB value is (90,14,19). Sum of RGB (Red+Green+Blue) = 90+14+19=123 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.17% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0E13 is #A5F1EC. Grayscale: #252525. Windows color (decimal): -10875373 or 1248858. OLE color: 1248858.

HSL color Cylindrical-coordinate representation of color #5A0E13: hue angle of 356.05º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A0E13 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB901419-
CMYK00.840.790.65
HSL356.05º73.08%20.39%-
HSV(B)356.05º84.44%35.29%-
XYZ4.492.530.87-
YUV37.29117.68165.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 73.17%
GREEN value IS 14 (5.86% from 255) = 11.38%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=73.17%
G=11.38%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90141900.840.790.65356.0573.0820.39
Hex5AE130544F411644914
Octal1321623012411710154411124
Binary10110101110100110101010010011111000001101100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,14,19); }

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

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

 a { background-color: rgb(90,14,19); }

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

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

 span { border-color: rgb(90,14,19); }

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