#5A0406

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

Shades of Burnt Crimson #5A0406

Tints of Burnt Crimson #5A0406

Color information

#5A0406 (or 0x5A0406) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 04 and 06. RGB value is (90,4,6). Sum of RGB (Red+Green+Blue) = 90+4+6=100 (13% of max value = 765). Red value is 90 (35.55% from 255 or 90% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0406 is #A5FBF9. Grayscale: #1E1E1E. Windows color (decimal): -10877946 or 394330. OLE color: 394330.

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

Color convert

RGB9046-
CMYK00.960.930.65
HSL358.6º91.49%18.43%-
HSV(B)358.6º95.56%35.29%-
XYZ4.292.270.38-
YUV29.94114.49170.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 90%
GREEN value IS 4 (1.95% from 255) = 4%
BLUE value IS 6 (2.73% from 255) = 6%
R=90%
G=4%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal904600.960.930.65358.691.4918.43
Hex5A460605D411675b12
Octal13246014013510154713322
Binary10110101001100110000010111011000001101100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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