#A2122A

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

Shades of Carmine #A2122A

Tints of Carmine #A2122A

Color information

#A2122A (or 0xA2122A) is unknown color: approx Carmine. HEX triplet: A2, 12 and 2A. RGB value is (162,18,42). Sum of RGB (Red+Green+Blue) = 162+18+42=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A2122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2122A is #5DEDD5. Grayscale: #3F3F3F. Windows color (decimal): -6155734 or 2757282. OLE color: 2757282.

HSL color Cylindrical-coordinate representation of color #A2122A: hue angle of 350º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2122A is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1621842-
CMYK00.890.740.36
HSL350º80%35.29%-
HSV(B)350º88.89%63.53%-
XYZ15.538.282.97-
YUV63.79115.71198.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.97%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=72.97%
G=8.11%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162184200.890.740.363508035.29
HexA2122A0594A2415e5023
Octal242225201311124453612043
Binary10100010100101010100101100110010101001001010111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2122A; }

 p { color: rgb(162,18,42); }

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

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

 a { background-color: rgb(162,18,42); }

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

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

 span { border-color: rgb(162,18,42); }

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