Html Css Color HEX #5A1213 Burnt Crimson

📋 copy color: '#5A1213'

red 90 ◦ green 18 ◦ blue 19

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

Shades of Burnt Crimson #5A1213

Tints of Burnt Crimson #5A1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

 BLUE value IS 19 (7.81% from 255) = 14.96%

R = 70.87%
G = 14.17%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#5A1213 (or 0x5A1213) is known color: Burnt Crimson. HEX triplet: 5A, 12 and 13. RGB value is (90,18,19). Sum of RGB (Red+Green+Blue) = 90+18+19=127 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.87% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1213 is #A5EDEC. Grayscale: #272727. Windows color (decimal): -10874349 or 1249882. OLE color: 1249882.

HSL color Cylindrical-coordinate representation of color #5A1213: hue angle of 359.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1213 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 18 19 -
CMYK 0 0.80 0.79 0.65
HSL 359.17º 0.67% 0.21% -
HSV(B) 359.17º 0.8% 0.35% -
XYZ 4.55 2.65 0.89 -
YUV 39.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 90 18 19 0 0.80 0.79 0.65 359.17 0.67 0.21
Hex 5A 12 13 0 50 4F 41 167 43 15
Octal 132 22 23 0 120 117 101 547 103 25
Binary 1011010 10010 10011 0 1010000 1001111 1000001 101100111 1000011 10101

Color Harmonies of #5A1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1213

Black with #5A1213

Text Example


Text Example

White with #5A1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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