Html Css Color HEX #5A181F Burnt Crimson

📋 copy color: '#5A181F'

red 90 ◦ green 24 ◦ blue 31

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

Shades of Burnt Crimson #5A181F

Tints of Burnt Crimson #5A181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 62.07%
G = 16.55%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A181F (or 0x5A181F) is known color: Burnt Crimson. HEX triplet: 5A, 18 and 1F. RGB value is (90,24,31). Sum of RGB (Red+Green+Blue) = 90+24+31=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A181F is #A5E7E0. Grayscale: #2C2C2C. Windows color (decimal): -10872801 or 2037850. OLE color: 2037850.

HSL color Cylindrical-coordinate representation of color #5A181F: hue angle of 353.64º 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 #5A181F is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 24 31 -
CMYK 0 0.73 0.66 0.65
HSL 353.64º 0.58% 0.22% -
HSV(B) 353.64º 0.73% 0.35% -
XYZ 4.79 2.93 1.61 -
YUV 44.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 90 24 31 0 0.73 0.66 0.65 353.64 0.58 0.22
Hex 5A 18 1F 0 49 42 41 162 3A 16
Octal 132 30 37 0 111 102 101 542 72 26
Binary 1011010 11000 11111 0 1001001 1000010 1000001 101100010 111010 10110

Color Harmonies of #5A181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A181F

Black with #5A181F

Text Example


Text Example

White with #5A181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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