#5A0B12

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

Shades of Burnt Crimson #5A0B12

Tints of Burnt Crimson #5A0B12

Color information

#5A0B12 (or 0x5A0B12) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 0B and 12. RGB value is (90,11,18). Sum of RGB (Red+Green+Blue) = 90+11+18=119 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75.63% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0B12 is #A5F4ED. Grayscale: #232323. Windows color (decimal): -10876142 or 1182554. OLE color: 1182554.

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

Color convert

RGB901118-
CMYK00.880.800.65
HSL354.68º78.22%19.8%-
HSV(B)354.68º87.78%35.29%-
XYZ4.452.460.81-
YUV35.42118.17166.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 75.63%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=75.63%
G=9.24%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90111800.880.800.65354.6878.2219.8
Hex5AB1205850411634e14
Octal1321322013012010154311624
Binary10110101011100100101100010100001000001101100011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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