#A2001D

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

Shades of Carmine #A2001D

Tints of Carmine #A2001D

Color information

#A2001D (or 0xA2001D) is unknown color: approx Carmine. HEX triplet: A2, 00 and 1D. RGB value is (162,0,29). Sum of RGB (Red+Green+Blue) = 162+0+29=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A2001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2001D is #5DFFE2. Grayscale: #333333. Windows color (decimal): -6160355 or 1900706. OLE color: 1900706.

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

Color convert

RGB162029-
CMYK010.820.36
HSL349.26º100%31.76%-
HSV(B)349.26º100%63.53%-
XYZ15.127.771.87-
YUV51.74115.17206.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 84.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 15.18%
R=84.82%
G=0%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162029010.820.36349.2610031.76
HexA201D064522415d6420
Octal24203501441224453514440
Binary101000100111010110010010100101001001010111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2001D; }

 p { color: rgb(162,0,29); }

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

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

 a { background-color: rgb(162,0,29); }

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

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

 span { border-color: rgb(162,0,29); }

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