#A4000C

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

Shades of Sangria #A4000C

Tints of Sangria #A4000C

Color information

#A4000C (or 0xA4000C) is unknown color: approx Sangria. HEX triplet: A4, 00 and 0C. RGB value is (164,0,12). Sum of RGB (Red+Green+Blue) = 164+0+12=176 (23% of max value = 765). Red value is 164 (64.45% from 255 or 93.18% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 164 - color contains mainly: red. Hex color #A4000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4000C is #5BFFF3. Grayscale: #323232. Windows color (decimal): -6029300 or 786596. OLE color: 786596.

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

Color convert

RGB164012-
CMYK010.930.36
HSL355.61º100%32.16%-
HSV(B)355.61º100%64.31%-
XYZ15.387.921.07-
YUV50.4106.33209.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 93.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=93.18%
G=0%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164012010.930.36355.6110032.16
HexA40C0645D241646420
Octal24401401441354454414440
Binary10100100011000110010010111011001001011001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4000C; }

 p { color: rgb(164,0,12); }

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

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

 a { background-color: rgb(164,0,12); }

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

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

 span { border-color: rgb(164,0,12); }

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