Html Css Color HEX #5A0F17 Burnt Crimson

📋 copy color: '#5A0F17'

red 90 ◦ green 15 ◦ blue 23

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

Shades of Burnt Crimson #5A0F17

Tints of Burnt Crimson #5A0F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.72%

 BLUE value IS 23 (9.38% from 255) = 17.97%

R = 70.31%
G = 11.72%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#5A0F17 (or 0x5A0F17) is known color: Burnt Crimson. HEX triplet: 5A, 0F and 17. RGB value is (90,15,23). Sum of RGB (Red+Green+Blue) = 90+15+23=128 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.31% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0F17 is #A5F0E8. Grayscale: #262626. Windows color (decimal): -10875113 or 1511258. OLE color: 1511258.

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

Color convert

RGB 90 15 23 -
CMYK 0 0.83 0.74 0.65
HSL 353.6º 0.71% 0.21% -
HSV(B) 353.6º 0.83% 0.35% -
XYZ 4.54 2.58 1.07 -
YUV 38.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 90 15 23 0 0.83 0.74 0.65 353.6 0.71 0.21
Hex 5A F 17 0 53 4A 41 162 47 15
Octal 132 17 27 0 123 112 101 542 107 25
Binary 1011010 1111 10111 0 1010011 1001010 1000001 101100010 1000111 10101

Color Harmonies of #5A0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0F17

Black with #5A0F17

Text Example


Text Example

White with #5A0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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