#5A1018

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

Shades of Burnt Crimson #5A1018

Tints of Burnt Crimson #5A1018

Color information

#5A1018 (or 0x5A1018) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 10 and 18. RGB value is (90,16,24). Sum of RGB (Red+Green+Blue) = 90+16+24=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1018 is #A5EFE7. Grayscale: #272727. Windows color (decimal): -10874856 or 1577050. OLE color: 1577050.

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

Color convert

RGB901624-
CMYK00.820.730.65
HSL353.51º69.81%20.78%-
HSV(B)353.51º82.22%35.29%-
XYZ4.572.611.13-
YUV39.04119.52164.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 69.23%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=69.23%
G=12.31%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90162400.820.730.65353.5169.8120.78
Hex5A101805249411624615
Octal1322030012211110154210625
Binary101101010000110000101001010010011000001101100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,16,24); }

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

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

 a { background-color: rgb(90,16,24); }

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

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

 span { border-color: rgb(90,16,24); }

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