Html Css Color HEX #5A141A Burnt Crimson

📋 copy color: '#5A141A'

red 90 ◦ green 20 ◦ blue 26

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

Shades of Burnt Crimson #5A141A

Tints of Burnt Crimson #5A141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

 BLUE value IS 26 (10.55% from 255) = 19.12%

R = 66.18%
G = 14.71%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A141A (or 0x5A141A) is known color: Burnt Crimson. HEX triplet: 5A, 14 and 1A. RGB value is (90,20,26). Sum of RGB (Red+Green+Blue) = 90+20+26=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A141A is #A5EBE5. Grayscale: #292929. Windows color (decimal): -10873830 or 1709146. OLE color: 1709146.

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

Color convert

RGB 90 20 26 -
CMYK 0 0.78 0.71 0.65
HSL 354.86º 0.64% 0.22% -
HSV(B) 354.86º 0.78% 0.35% -
XYZ 4.65 2.75 1.26 -
YUV 41.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 90 20 26 0 0.78 0.71 0.65 354.86 0.64 0.22
Hex 5A 14 1A 0 4E 47 41 163 40 16
Octal 132 24 32 0 116 107 101 543 100 26
Binary 1011010 10100 11010 0 1001110 1000111 1000001 101100011 1000000 10110

Color Harmonies of #5A141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A141A

Black with #5A141A

Text Example


Text Example

White with #5A141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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