#A2090D

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

Shades of Sangria #A2090D

Tints of Sangria #A2090D

Color information

#A2090D (or 0xA2090D) is unknown color: approx Sangria. HEX triplet: A2, 09 and 0D. RGB value is (162,9,13). Sum of RGB (Red+Green+Blue) = 162+9+13=184 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.04% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 162 - color contains mainly: red. Hex color #A2090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2090D is #5DF6F2. Grayscale: #373737. Windows color (decimal): -6158067 or 854434. OLE color: 854434.

HSL color Cylindrical-coordinate representation of color #A2090D: hue angle of 358.43º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2090D is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB162913-
CMYK00.940.920.36
HSL358.43º89.47%33.53%-
HSV(B)358.43º94.44%63.53%-
XYZ15.077.911.11-
YUV55.2104.19204.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 88.04%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 13 (5.47% from 255) = 7.07%
R=88.04%
G=4.89%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16291300.940.920.36358.4389.4733.53
HexA29D05E5C241665922
Octal242111501361344454613142
Binary10100010100111010101111010111001001001011001101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2090D; }

 p { color: rgb(162,9,13); }

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

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

 a { background-color: rgb(162,9,13); }

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

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

 span { border-color: rgb(162,9,13); }

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