Html Css Color HEX #5A0C10 Burnt Crimson

📋 copy color: '#5A0C10'

red 90 ◦ green 12 ◦ blue 16

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

Shades of Burnt Crimson #5A0C10

Tints of Burnt Crimson #5A0C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.17%

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

R = 76.27%
G = 10.17%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#5A0C10 (or 0x5A0C10) is known color: Burnt Crimson. HEX triplet: 5A, 0C and 10. RGB value is (90,12,16). Sum of RGB (Red+Green+Blue) = 90+12+16=118 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.27% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0C10 is #A5F3EF. Grayscale: #232323. Windows color (decimal): -10875888 or 1051738. OLE color: 1051738.

HSL color Cylindrical-coordinate representation of color #5A0C10: hue angle of 356.92º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0C10 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 12 16 -
CMYK 0 0.87 0.82 0.65
HSL 356.92º 0.76% 0.2% -
HSV(B) 356.92º 0.87% 0.35% -
XYZ 4.44 2.47 0.73 -
YUV 35.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 90 12 16 0 0.87 0.82 0.65 356.92 0.76 0.2
Hex 5A C 10 0 57 52 41 165 4C 14
Octal 132 14 20 0 127 122 101 545 114 24
Binary 1011010 1100 10000 0 1010111 1010010 1000001 101100101 1001100 10100

Color Harmonies of #5A0C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0C10

Black with #5A0C10

Text Example


Text Example

White with #5A0C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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