#A3000D

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

Shades of Sangria #A3000D

Tints of Sangria #A3000D

Color information

#A3000D (or 0xA3000D) is unknown color: approx Sangria. HEX triplet: A3, 00 and 0D. RGB value is (163,0,13). Sum of RGB (Red+Green+Blue) = 163+0+13=176 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.61% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 163 - color contains mainly: red. Hex color #A3000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3000D is #5CFFF2. Grayscale: #323232. Windows color (decimal): -6094835 or 852131. OLE color: 852131.

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

Color convert

RGB163013-
CMYK010.920.36
HSL355.21º100%31.96%-
HSV(B)355.21º100%63.92%-
XYZ15.187.821.09-
YUV50.22107208.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 92.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=92.61%
G=0%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163013010.920.36355.2110031.96
HexA30D0645C241636420
Octal24301501441344454314440
Binary10100011011010110010010111001001001011000111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3000D; }

 p { color: rgb(163,0,13); }

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

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

 a { background-color: rgb(163,0,13); }

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

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

 span { border-color: rgb(163,0,13); }

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