Html Css Color HEX #5A181A Burnt Crimson

📋 copy color: '#5A181A'

red 90 ◦ green 24 ◦ blue 26

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

Shades of Burnt Crimson #5A181A

Tints of Burnt Crimson #5A181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

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

R = 64.29%
G = 17.14%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A181A (or 0x5A181A) is known color: Burnt Crimson. HEX triplet: 5A, 18 and 1A. RGB value is (90,24,26). Sum of RGB (Red+Green+Blue) = 90+24+26=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A181A is #A5E7E5. Grayscale: #2C2C2C. Windows color (decimal): -10872806 or 1710170. OLE color: 1710170.

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

Color convert

RGB 90 24 26 -
CMYK 0 0.73 0.71 0.65
HSL 358.18º 0.58% 0.22% -
HSV(B) 358.18º 0.73% 0.35% -
XYZ 4.73 2.9 1.29 -
YUV 43.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 90 24 26 0 0.73 0.71 0.65 358.18 0.58 0.22
Hex 5A 18 1A 0 49 47 41 166 3A 16
Octal 132 30 32 0 111 107 101 546 72 26
Binary 1011010 11000 11010 0 1001001 1000111 1000001 101100110 111010 10110

Color Harmonies of #5A181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A181A

Black with #5A181A

Text Example


Text Example

White with #5A181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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