#A3080B

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

Shades of Sangria #A3080B

Tints of Sangria #A3080B

Color information

#A3080B (or 0xA3080B) is unknown color: approx Sangria. HEX triplet: A3, 08 and 0B. RGB value is (163,8,11). Sum of RGB (Red+Green+Blue) = 163+8+11=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A3080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3080B is #5CF7F4. Grayscale: #363636. Windows color (decimal): -6092789 or 723107. OLE color: 723107.

HSL color Cylindrical-coordinate representation of color #A3080B: hue angle of 358.84º 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 #A3080B is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB163811-
CMYK00.950.930.36
HSL358.84º90.64%33.53%-
HSV(B)358.84º95.09%63.92%-
XYZ15.257.981.05-
YUV54.69103.35205.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 89.56%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 11 (4.69% from 255) = 6.04%
R=89.56%
G=4.40%
B=6.04%

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
Decimal16381100.950.930.36358.8490.6433.53
HexA38B05F5D241675b22
Octal243101301371354454713342
Binary10100011100010110101111110111011001001011001111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3080B; }

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

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

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

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

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

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

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

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