#5A050A

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

Shades of Burnt Crimson #5A050A

Tints of Burnt Crimson #5A050A

Color information

#5A050A (or 0x5A050A) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 05 and 0A. RGB value is (90,5,10). Sum of RGB (Red+Green+Blue) = 90+5+10=105 (13% of max value = 765). Red value is 90 (35.55% from 255 or 85.71% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 90 - color contains mainly: red. Hex color #5A050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A050A is #A5FAF5. Grayscale: #1F1F1F. Windows color (decimal): -10877686 or 656730. OLE color: 656730.

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

Color convert

RGB90510-
CMYK00.940.890.65
HSL356.47º89.47%18.63%-
HSV(B)356.47º94.44%35.29%-
XYZ4.332.30.5-
YUV30.98116.16170.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 85.71%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=85.71%
G=4.76%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9051000.940.890.65356.4789.4718.63
Hex5A5A05E59411645913
Octal132512013613110154413123
Binary101101010110100101111010110011000001101100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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