#A30203

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

Shades of Sangria #A30203

Tints of Sangria #A30203

Color information

#A30203 (or 0xA30203) is unknown color: approx Sangria. HEX triplet: A3, 02 and 03. RGB value is (163,2,3). Sum of RGB (Red+Green+Blue) = 163+2+3=168 (22% of max value = 765). Red value is 163 (64.06% from 255 or 97.02% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 163 - color contains mainly: red. Hex color #A30203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30203 is #5CFDFC. Grayscale: #323232. Windows color (decimal): -6094333 or 197283. OLE color: 197283.

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

Color convert

RGB16323-
CMYK00.990.980.36
HSL359.63º97.58%32.35%-
HSV(B)359.63º98.77%63.92%-
XYZ15.147.840.8-
YUV50.25101.34208.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 97.02%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 3 (1.56% from 255) = 1.79%
R=97.02%
G=1.19%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632300.990.980.36359.6397.5832.35
HexA32306362241686220
Octal2432301431424455014240
Binary1010001110110110001111000101001001011010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30203; }

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

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

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

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

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

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

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

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