#5A0B0D

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

Shades of Burnt Crimson #5A0B0D

Tints of Burnt Crimson #5A0B0D

Color information

#5A0B0D (or 0x5A0B0D) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 0B and 0D. RGB value is (90,11,13). Sum of RGB (Red+Green+Blue) = 90+11+13=114 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.95% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0B0D is #A5F4F2. Grayscale: #222222. Windows color (decimal): -10876147 or 854874. OLE color: 854874.

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

Color convert

RGB901113-
CMYK00.880.860.65
HSL358.48º78.22%19.8%-
HSV(B)358.48º87.78%35.29%-
XYZ4.412.440.62-
YUV34.85115.67167.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 78.95%
GREEN value IS 11 (4.69% from 255) = 9.65%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=78.95%
G=9.65%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90111300.880.860.65358.4878.2219.8
Hex5ABD05856411664e14
Octal1321315013012610154611624
Binary1011010101111010101100010101101000001101100110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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