Html Css Color HEX #5A0F10 Burnt Crimson

📋 copy color: '#5A0F10'

red 90 ◦ green 15 ◦ blue 16

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

Shades of Burnt Crimson #5A0F10

Tints of Burnt Crimson #5A0F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 74.38%
G = 12.4%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#5A0F10 (or 0x5A0F10) is known color: Burnt Crimson. HEX triplet: 5A, 0F and 10. RGB value is (90,15,16). Sum of RGB (Red+Green+Blue) = 90+15+16=121 (16% of max value = 765). Red value is 90 (35.55% from 255 or 74.38% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0F10 is #A5F0EF. Grayscale: #252525. Windows color (decimal): -10875120 or 1052506. OLE color: 1052506.

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

Color convert

RGB 90 15 16 -
CMYK 0 0.83 0.82 0.65
HSL 359.2º 0.71% 0.21% -
HSV(B) 359.2º 0.83% 0.35% -
XYZ 4.48 2.55 0.75 -
YUV 37.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 90 15 16 0 0.83 0.82 0.65 359.2 0.71 0.21
Hex 5A F 10 0 53 52 41 167 47 15
Octal 132 17 20 0 123 122 101 547 107 25
Binary 1011010 1111 10000 0 1010011 1010010 1000001 101100111 1000111 10101

Color Harmonies of #5A0F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0F10

Black with #5A0F10

Text Example


Text Example

White with #5A0F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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