Html Css Color HEX #5A1018 Burnt Crimson

📋 copy color: '#5A1018'

red 90 ◦ green 16 ◦ blue 24

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

Shades of Burnt Crimson #5A1018

Tints of Burnt Crimson #5A1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

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

R = 69.23%
G = 12.31%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#5A1018 (or 0x5A1018) is known color: Burnt Crimson. HEX triplet: 5A, 10 and 18. RGB value is (90,16,24). Sum of RGB (Red+Green+Blue) = 90+16+24=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1018 is #A5EFE7. Grayscale: #272727. Windows color (decimal): -10874856 or 1577050. OLE color: 1577050.

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

Color convert

RGB 90 16 24 -
CMYK 0 0.82 0.73 0.65
HSL 353.51º 0.7% 0.21% -
HSV(B) 353.51º 0.82% 0.35% -
XYZ 4.57 2.61 1.13 -
YUV 39.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 90 16 24 0 0.82 0.73 0.65 353.51 0.7 0.21
Hex 5A 10 18 0 52 49 41 162 46 15
Octal 132 20 30 0 122 111 101 542 106 25
Binary 1011010 10000 11000 0 1010010 1001001 1000001 101100010 1000110 10101

Color Harmonies of #5A1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1018

Black with #5A1018

Text Example


Text Example

White with #5A1018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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