#A50203

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

Shades of Sangria #A50203

Tints of Sangria #A50203

Color information

#A50203 (or 0xA50203) is unknown color: approx Sangria. HEX triplet: A5, 02 and 03. RGB value is (165,2,3). Sum of RGB (Red+Green+Blue) = 165+2+3=170 (22% of max value = 765). Red value is 165 (64.84% from 255 or 97.06% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 165 - color contains mainly: red. Hex color #A50203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50203 is #5AFDFC. Grayscale: #333333. Windows color (decimal): -5963261 or 197285. OLE color: 197285.

HSL color Cylindrical-coordinate representation of color #A50203: hue angle of 359.63º degrees, saturation: 0.98, 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 #A50203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB16523-
CMYK00.990.980.35
HSL359.63º97.6%32.75%-
HSV(B)359.63º98.79%64.71%-
XYZ15.568.050.82-
YUV50.85101209.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 97.06%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 3 (1.56% from 255) = 1.76%
R=97.06%
G=1.18%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652300.990.980.35359.6397.632.75
HexA52306362231686221
Octal2452301431424355014241
Binary1010010110110110001111000101000111011010001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50203; }

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

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

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

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

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

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

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

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