#A50002

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

Shades of Sangria #A50002

Tints of Sangria #A50002

Color information

#A50002 (or 0xA50002) is unknown color: approx Sangria. HEX triplet: A5, 00 and 02. RGB value is (165,0,2). Sum of RGB (Red+Green+Blue) = 165+0+2=167 (22% of max value = 765). Red value is 165 (64.84% from 255 or 98.80% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 165 - color contains mainly: red. Hex color #A50002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50002 is #5AFFFD. Grayscale: #313131. Windows color (decimal): -5963774 or 131237. OLE color: 131237.

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

Color convert

RGB16502-
CMYK010.990.35
HSL359.27º100%32.35%-
HSV(B)359.27º100%64.71%-
XYZ15.5380.78-
YUV49.56101.16210.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 98.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=98.80%
G=0%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16502010.990.35359.2710032.35
HexA50206463231676420
Octal2450201441434354714440
Binary101001010100110010011000111000111011001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50002; }

 p { color: rgb(165,0,2); }

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

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

 a { background-color: rgb(165,0,2); }

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

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

 span { border-color: rgb(165,0,2); }

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