#A2022A

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

Shades of Carmine #A2022A

Tints of Carmine #A2022A

Color information

#A2022A (or 0xA2022A) is unknown color: approx Carmine. HEX triplet: A2, 02 and 2A. RGB value is (162,2,42). Sum of RGB (Red+Green+Blue) = 162+2+42=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A2022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2022A is #5DFDD5. Grayscale: #363636. Windows color (decimal): -6159830 or 2753186. OLE color: 2753186.

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

Color convert

RGB162242-
CMYK00.990.740.36
HSL345º97.56%32.16%-
HSV(B)345º98.77%63.53%-
XYZ15.347.892.91-
YUV54.4121.01204.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.64%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=78.64%
G=0.97%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16224200.990.740.3634597.5632.16
HexA222A0634A241596220
Octal24225201431124453114240
Binary10100010101010100110001110010101001001010110011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2022A; }

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

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

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

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

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

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

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

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