Html Css Color HEX #5A0E12 Burnt Crimson

📋 copy color: '#5A0E12'

red 90 ◦ green 14 ◦ blue 18

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

Shades of Burnt Crimson #5A0E12

Tints of Burnt Crimson #5A0E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.75%

R = 73.77%
G = 11.48%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#5A0E12 (or 0x5A0E12) is known color: Burnt Crimson. HEX triplet: 5A, 0E and 12. RGB value is (90,14,18). Sum of RGB (Red+Green+Blue) = 90+14+18=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0E12 is #A5F1ED. Grayscale: #252525. Windows color (decimal): -10875374 or 1183322. OLE color: 1183322.

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

Color convert

RGB 90 14 18 -
CMYK 0 0.84 0.80 0.65
HSL 356.84º 0.73% 0.2% -
HSV(B) 356.84º 0.84% 0.35% -
XYZ 4.48 2.53 0.82 -
YUV 37.18 117.18 165.67 -
System Red Green Blue C M Y K H S L
Decimal 90 14 18 0 0.84 0.80 0.65 356.84 0.73 0.2
Hex 5A E 12 0 54 50 41 165 49 14
Octal 132 16 22 0 124 120 101 545 111 24
Binary 1011010 1110 10010 0 1010100 1010000 1000001 101100101 1001001 10100

Color Harmonies of #5A0E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E12

Black with #5A0E12

Text Example


Text Example

White with #5A0E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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