#5A0B0C

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

Shades of Burnt Crimson #5A0B0C

Tints of Burnt Crimson #5A0B0C

Color information

#5A0B0C (or 0x5A0B0C) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 0B and 0C. RGB value is (90,11,12). Sum of RGB (Red+Green+Blue) = 90+11+12=113 (14% of max value = 765). Red value is 90 (35.55% from 255 or 79.65% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0B0C is #A5F4F3. Grayscale: #222222. Windows color (decimal): -10876148 or 789338. OLE color: 789338.

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

Color convert

RGB901112-
CMYK00.880.870.65
HSL359.24º78.22%19.8%-
HSV(B)359.24º87.78%35.29%-
XYZ4.42.440.59-
YUV34.74115.17167.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 79.65%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=79.65%
G=9.73%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90111200.880.870.65359.2478.2219.8
Hex5ABC05857411674e14
Octal1321314013012710154711624
Binary1011010101111000101100010101111000001101100111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,11,12); }

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

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

 a { background-color: rgb(90,11,12); }

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

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

 span { border-color: rgb(90,11,12); }

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