Html Css Color HEX #A2122C Carmine

📋 copy color: '#A2122C'

red 162 ◦ green 18 ◦ blue 44

#A2122C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #A2122C

Tints of Carmine #A2122C

RGB

 RED value IS 162 (63.67% from 255) = 72.32%

 GREEN value IS 18 (7.42% from 255) = 8.04%

 BLUE value IS 44 (17.58% from 255) = 19.64%

R = 72.32%
G = 8.04%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2122C (or 0xA2122C) is known color: Carmine. HEX triplet: A2, 12 and 2C. RGB value is (162,18,44). Sum of RGB (Red+Green+Blue) = 162+18+44=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A2122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2122C is #5DEDD3. Grayscale: #404040. Windows color (decimal): -6155732 or 2888354. OLE color: 2888354.

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

Color convert

RGB 162 18 44 -
CMYK 0 0.89 0.73 0.36
HSL 349.17º 0.8% 0.35% -
HSV(B) 349.17º 0.89% 0.64% -
XYZ 15.57 8.3 3.16 -
YUV 64.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 162 18 44 0 0.89 0.73 0.36 349.17 0.8 0.35
Hex A2 12 2C 0 59 49 24 15D 50 23
Octal 242 22 54 0 131 111 44 535 120 43
Binary 10100010 10010 101100 0 1011001 1001001 100100 101011101 1010000 100011

Color Harmonies of #A2122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2122C

Black with #A2122C

Text Example


Text Example

White with #A2122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2122C; }

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

 H1.HeaderClassName
 {
   color: #A2122C;
 }
 .AnyTagClassName
 {
   color: #A2122C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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