Html Css Color HEX #5A0E16 Burnt Crimson

📋 copy color: '#5A0E16'

red 90 ◦ green 14 ◦ blue 22

#5A0E16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #5A0E16

Tints of Burnt Crimson #5A0E16

RGB

 RED value IS 90 (35.55% from 255) = 71.43%

 GREEN value IS 14 (5.86% from 255) = 11.11%

 BLUE value IS 22 (8.98% from 255) = 17.46%

R = 71.43%
G = 11.11%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#5A0E16 (or 0x5A0E16) is known color: Burnt Crimson. HEX triplet: 5A, 0E and 16. RGB value is (90,14,22). Sum of RGB (Red+Green+Blue) = 90+14+22=126 (16% of max value = 765). Red value is 90 (35.55% from 255 or 71.43% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0E16 is #A5F1E9. Grayscale: #252525. Windows color (decimal): -10875370 or 1445466. OLE color: 1445466.

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

Color convert

RGB 90 14 22 -
CMYK 0 0.84 0.76 0.65
HSL 353.68º 0.73% 0.2% -
HSV(B) 353.68º 0.84% 0.35% -
XYZ 4.52 2.55 1.01 -
YUV 37.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 90 14 22 0 0.84 0.76 0.65 353.68 0.73 0.2
Hex 5A E 16 0 54 4C 41 162 49 14
Octal 132 16 26 0 124 114 101 542 111 24
Binary 1011010 1110 10110 0 1010100 1001100 1000001 101100010 1001001 10100

Color Harmonies of #5A0E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E16

Black with #5A0E16

Text Example


Text Example

White with #5A0E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,14,22); }

 H1.HeaderClassName
 {
   color: #5A0E16;
 }
 .AnyTagClassName
 {
   color: #5A0E16;
 }
</style>

background-color css

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

 a { background-color: rgb(90,14,22); }

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

border-color css

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

 span { border-color: rgb(90,14,22); }

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