Html Css Color HEX #5A1318 Burnt Crimson

📋 copy color: '#5A1318'

red 90 ◦ green 19 ◦ blue 24

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

Shades of Burnt Crimson #5A1318

Tints of Burnt Crimson #5A1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.29%

 BLUE value IS 24 (9.77% from 255) = 18.05%

R = 67.67%
G = 14.29%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#5A1318 (or 0x5A1318) is known color: Burnt Crimson. HEX triplet: 5A, 13 and 18. RGB value is (90,19,24). Sum of RGB (Red+Green+Blue) = 90+19+24=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1318 is #A5ECE7. Grayscale: #282828. Windows color (decimal): -10874088 or 1577818. OLE color: 1577818.

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

Color convert

RGB 90 19 24 -
CMYK 0 0.79 0.73 0.65
HSL 355.77º 0.65% 0.21% -
HSV(B) 355.77º 0.79% 0.35% -
XYZ 4.61 2.71 1.14 -
YUV 40.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 90 19 24 0 0.79 0.73 0.65 355.77 0.65 0.21
Hex 5A 13 18 0 4F 49 41 164 41 15
Octal 132 23 30 0 117 111 101 544 101 25
Binary 1011010 10011 11000 0 1001111 1001001 1000001 101100100 1000001 10101

Color Harmonies of #5A1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1318

Black with #5A1318

Text Example


Text Example

White with #5A1318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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