#A50C10

Color #A50C10 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #A50C10

Tints of Sangria #A50C10

Color information

#A50C10 (or 0xA50C10) is unknown color: approx Sangria. HEX triplet: A5, 0C and 10. RGB value is (165,12,16). Sum of RGB (Red+Green+Blue) = 165+12+16=193 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.49% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50C10 is #5AF3EF. Grayscale: #3A3A3A. Windows color (decimal): -5960688 or 1051813. OLE color: 1051813.

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

Color convert

RGB1651216-
CMYK00.930.900.35
HSL358.43º86.44%34.71%-
HSV(B)358.43º92.73%64.71%-
XYZ15.748.31.26-
YUV58.2104.19204.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 85.49%
GREEN value IS 12 (5.08% from 255) = 6.22%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=85.49%
G=6.22%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165121600.930.900.35358.4386.4434.71
HexA5C1005D5A231665623
Octal245142001351324354612643
Binary101001011100100000101110110110101000111011001101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C10; }

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

 H1.HeaderClassName
 {
   color: #A50C10;
 }
 .AnyTagClassName
 {
   color: #A50C10;
 }
</style>
background-color css

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

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

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

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

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

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