#A50106

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

Shades of Sangria #A50106

Tints of Sangria #A50106

Color information

#A50106 (or 0xA50106) is unknown color: approx Sangria. HEX triplet: A5, 01 and 06. RGB value is (165,1,6). Sum of RGB (Red+Green+Blue) = 165+1+6=172 (22% of max value = 765). Red value is 165 (64.84% from 255 or 95.93% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 165 - color contains mainly: red. Hex color #A50106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50106 is #5AFEF9. Grayscale: #323232. Windows color (decimal): -5963514 or 393637. OLE color: 393637.

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

Color convert

RGB16516-
CMYK00.990.960.35
HSL358.17º98.8%32.55%-
HSV(B)358.17º99.39%64.71%-
XYZ15.568.030.9-
YUV50.61102.83209.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 95.93%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 6 (2.73% from 255) = 3.49%
R=95.93%
G=0.58%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651600.990.960.35358.1798.832.55
HexA51606360231666321
Octal2451601431404354614341
Binary1010010111100110001111000001000111011001101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50106; }

 p { color: rgb(165,1,6); }

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

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

 a { background-color: rgb(165,1,6); }

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

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

 span { border-color: rgb(165,1,6); }

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