#5A1015

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

Shades of Burnt Crimson #5A1015

Tints of Burnt Crimson #5A1015

Color information

#5A1015 (or 0x5A1015) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 10 and 15. RGB value is (90,16,21). Sum of RGB (Red+Green+Blue) = 90+16+21=127 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.87% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1015 is #A5EFEA. Grayscale: #262626. Windows color (decimal): -10874859 or 1380442. OLE color: 1380442.

HSL color Cylindrical-coordinate representation of color #5A1015: hue angle of 355.95º 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 #5A1015 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB901621-
CMYK00.820.770.65
HSL355.95º69.81%20.78%-
HSV(B)355.95º82.22%35.29%-
XYZ4.542.60.97-
YUV38.7118.02164.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 70.87%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 21 (8.59% from 255) = 16.54%
R=70.87%
G=12.60%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90162100.820.770.65355.9569.8120.78
Hex5A10150524D411644615
Octal1322025012211510154410625
Binary101101010000101010101001010011011000001101100100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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