#5A0405

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

Shades of Burnt Crimson #5A0405

Tints of Burnt Crimson #5A0405

Color information

#5A0405 (or 0x5A0405) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 04 and 05. RGB value is (90,4,5). Sum of RGB (Red+Green+Blue) = 90+4+5=99 (13% of max value = 765). Red value is 90 (35.55% from 255 or 90.91% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0405 is #A5FBFA. Grayscale: #1D1D1D. Windows color (decimal): -10877947 or 328794. OLE color: 328794.

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

Color convert

RGB9045-
CMYK00.960.940.65
HSL359.3º91.49%18.43%-
HSV(B)359.3º95.56%35.29%-
XYZ4.292.270.36-
YUV29.83113.99170.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 90.91%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=90.91%
G=4.04%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal904500.960.940.65359.391.4918.43
Hex5A450605E411675b12
Octal13245014013610154713322
Binary10110101001010110000010111101000001101100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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