#A3080C

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

Shades of Sangria #A3080C

Tints of Sangria #A3080C

Color information

#A3080C (or 0xA3080C) is unknown color: approx Sangria. HEX triplet: A3, 08 and 0C. RGB value is (163,8,12). Sum of RGB (Red+Green+Blue) = 163+8+12=183 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.07% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 163 - color contains mainly: red. Hex color #A3080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3080C is #5CF7F3. Grayscale: #363636. Windows color (decimal): -6092788 or 788643. OLE color: 788643.

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

Color convert

RGB163812-
CMYK00.950.930.36
HSL358.45º90.64%33.53%-
HSV(B)358.45º95.09%63.92%-
XYZ15.267.991.09-
YUV54.8103.85205.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 89.07%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=89.07%
G=4.37%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16381200.950.930.36358.4590.6433.53
HexA38C05F5D241665b22
Octal243101401371354454613342
Binary10100011100011000101111110111011001001011001101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3080C; }

 p { color: rgb(163,8,12); }

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

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

 a { background-color: rgb(163,8,12); }

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

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

 span { border-color: rgb(163,8,12); }

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