Html Css Color HEX #A50E10 Sangria

📋 copy color: '#A50E10'

red 165 ◦ green 14 ◦ blue 16

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

Shades of Sangria #A50E10

Tints of Sangria #A50E10

RGB

 RED value IS 165 (64.84% from 255) = 84.62%

 GREEN value IS 14 (5.86% from 255) = 7.18%

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

R = 84.62%
G = 7.18%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A50E10 (or 0xA50E10) is known color: Sangria. HEX triplet: A5, 0E and 10. RGB value is (165,14,16). Sum of RGB (Red+Green+Blue) = 165+14+16=195 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.62% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50E10 is #5AF1EF. Grayscale: #3B3B3B. Windows color (decimal): -5960176 or 1052325. OLE color: 1052325.

HSL color Cylindrical-coordinate representation of color #A50E10: hue angle of 359.21º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50E10 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 14 16 -
CMYK 0 0.92 0.90 0.35
HSL 359.21º 0.84% 0.35% -
HSV(B) 359.21º 0.92% 0.65% -
XYZ 15.77 8.35 1.27 -
YUV 59.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 165 14 16 0 0.92 0.90 0.35 359.21 0.84 0.35
Hex A5 E 10 0 5C 5A 23 167 54 23
Octal 245 16 20 0 134 132 43 547 124 43
Binary 10100101 1110 10000 0 1011100 1011010 100011 101100111 1010100 100011

Color Harmonies of #A50E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E10

Black with #A50E10

Text Example


Text Example

White with #A50E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E10; }

 p { color: rgb(165,14,16); }

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

background-color css

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

 a { background-color: rgb(165,14,16); }

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

border-color css

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

 span { border-color: rgb(165,14,16); }

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