#5A0A0F

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

Shades of Burnt Crimson #5A0A0F

Tints of Burnt Crimson #5A0A0F

Color information

#5A0A0F (or 0x5A0A0F) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 0A and 0F. RGB value is (90,10,15). Sum of RGB (Red+Green+Blue) = 90+10+15=115 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.26% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0A0F is #A5F5F0. Grayscale: #222222. Windows color (decimal): -10876401 or 985690. OLE color: 985690.

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

Color convert

RGB901015-
CMYK00.890.830.65
HSL356.25º80%19.61%-
HSV(B)356.25º88.89%35.29%-
XYZ4.412.430.69-
YUV34.49117167.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 78.26%
GREEN value IS 10 (4.30% from 255) = 8.70%
BLUE value IS 15 (6.25% from 255) = 13.04%
R=78.26%
G=8.70%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90101500.890.830.65356.258019.61
Hex5AAF05953411645014
Octal1321217013112310154412024
Binary1011010101011110101100110100111000001101100100101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,10,15); }

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

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

 a { background-color: rgb(90,10,15); }

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

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

 span { border-color: rgb(90,10,15); }

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