Html Css Color HEX #5A1A1E Burnt Crimson

📋 copy color: '#5A1A1E'

red 90 ◦ green 26 ◦ blue 30

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

Shades of Burnt Crimson #5A1A1E

Tints of Burnt Crimson #5A1A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.81%

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 61.64%
G = 17.81%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A1A1E (or 0x5A1A1E) is known color: Burnt Crimson. HEX triplet: 5A, 1A and 1E. RGB value is (90,26,30). Sum of RGB (Red+Green+Blue) = 90+26+30=146 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.64% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1A1E is #A5E5E1. Grayscale: #2D2D2D. Windows color (decimal): -10872290 or 1972826. OLE color: 1972826.

HSL color Cylindrical-coordinate representation of color #5A1A1E: hue angle of 356.25º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A1A1E is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 26 30 -
CMYK 0 0.71 0.67 0.65
HSL 356.25º 0.55% 0.23% -
HSV(B) 356.25º 0.71% 0.35% -
XYZ 4.82 3.01 1.55 -
YUV 45.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 90 26 30 0 0.71 0.67 0.65 356.25 0.55 0.23
Hex 5A 1A 1E 0 47 43 41 164 37 17
Octal 132 32 36 0 107 103 101 544 67 27
Binary 1011010 11010 11110 0 1000111 1000011 1000001 101100100 110111 10111

Color Harmonies of #5A1A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1A1E

Black with #5A1A1E

Text Example


Text Example

White with #5A1A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,26,30); }

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

background-color css

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

 a { background-color: rgb(90,26,30); }

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

border-color css

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

 span { border-color: rgb(90,26,30); }

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