Html Css Color HEX #5A171C Burnt Crimson

📋 copy color: '#5A171C'

red 90 ◦ green 23 ◦ blue 28

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

Shades of Burnt Crimson #5A171C

Tints of Burnt Crimson #5A171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 63.83%
G = 16.31%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A171C (or 0x5A171C) is known color: Burnt Crimson. HEX triplet: 5A, 17 and 1C. RGB value is (90,23,28). Sum of RGB (Red+Green+Blue) = 90+23+28=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A171C is #A5E8E3. Grayscale: #2B2B2B. Windows color (decimal): -10873060 or 1840986. OLE color: 1840986.

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

Color convert

RGB 90 23 28 -
CMYK 0 0.74 0.69 0.65
HSL 355.52º 0.59% 0.22% -
HSV(B) 355.52º 0.74% 0.35% -
XYZ 4.73 2.87 1.4 -
YUV 43.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 90 23 28 0 0.74 0.69 0.65 355.52 0.59 0.22
Hex 5A 17 1C 0 4A 45 41 164 3B 16
Octal 132 27 34 0 112 105 101 544 73 26
Binary 1011010 10111 11100 0 1001010 1000101 1000001 101100100 111011 10110

Color Harmonies of #5A171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A171C

Black with #5A171C

Text Example


Text Example

White with #5A171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,23,28); }

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

background-color css

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

 a { background-color: rgb(90,23,28); }

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

border-color css

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

 span { border-color: rgb(90,23,28); }

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