Html Css Color HEX #5A050A Burnt Crimson

📋 copy color: '#5A050A'

red 90 ◦ green 5 ◦ blue 10

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

Shades of Burnt Crimson #5A050A

Tints of Burnt Crimson #5A050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.76%

 BLUE value IS 10 (4.3% from 255) = 9.52%

R = 85.71%
G = 4.76%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#5A050A (or 0x5A050A) is known color: Burnt Crimson. HEX triplet: 5A, 05 and 0A. RGB value is (90,5,10). Sum of RGB (Red+Green+Blue) = 90+5+10=105 (13% of max value = 765). Red value is 90 (35.55% from 255 or 85.71% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 90 - color contains mainly: red. Hex color #5A050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A050A is #A5FAF5. Grayscale: #1F1F1F. Windows color (decimal): -10877686 or 656730. OLE color: 656730.

HSL color Cylindrical-coordinate representation of color #5A050A: hue angle of 356.47º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A050A is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 5 10 -
CMYK 0 0.94 0.89 0.65
HSL 356.47º 0.89% 0.19% -
HSV(B) 356.47º 0.94% 0.35% -
XYZ 4.33 2.3 0.5 -
YUV 30.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 90 5 10 0 0.94 0.89 0.65 356.47 0.89 0.19
Hex 5A 5 A 0 5E 59 41 164 59 13
Octal 132 5 12 0 136 131 101 544 131 23
Binary 1011010 101 1010 0 1011110 1011001 1000001 101100100 1011001 10011

Color Harmonies of #5A050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A050A

Black with #5A050A

Text Example


Text Example

White with #5A050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,10); }

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

background-color css

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

 a { background-color: rgb(90,5,10); }

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

border-color css

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

 span { border-color: rgb(90,5,10); }

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