#A20B0C

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

Shades of Sangria #A20B0C

Tints of Sangria #A20B0C

Color information

#A20B0C (or 0xA20B0C) is unknown color: approx Sangria. HEX triplet: A2, 0B and 0C. RGB value is (162,11,12). Sum of RGB (Red+Green+Blue) = 162+11+12=185 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.57% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20B0C is #5DF4F3. Grayscale: #383838. Windows color (decimal): -6157556 or 789410. OLE color: 789410.

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

Color convert

RGB1621112-
CMYK00.930.930.36
HSL359.6º87.28%33.92%-
HSV(B)359.6º93.21%63.53%-
XYZ15.097.951.09-
YUV56.26103.03203.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 87.57%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=87.57%
G=5.95%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162111200.930.930.36359.687.2833.92
HexA2BC05D5D241685722
Octal242131401351354455012742
Binary10100010101111000101110110111011001001011010001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B0C; }

 p { color: rgb(162,11,12); }

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

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

 a { background-color: rgb(162,11,12); }

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

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

 span { border-color: rgb(162,11,12); }

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