Html Css Color HEX #A2122B Carmine

📋 copy color: '#A2122B'

red 162 ◦ green 18 ◦ blue 43

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

Shades of Carmine #A2122B

Tints of Carmine #A2122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.28%

R = 72.65%
G = 8.07%
B = 19.28%

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

#A2122B (or 0xA2122B) is known color: Carmine. HEX triplet: A2, 12 and 2B. RGB value is (162,18,43). Sum of RGB (Red+Green+Blue) = 162+18+43=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A2122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2122B is #5DEDD4. Grayscale: #3F3F3F. Windows color (decimal): -6155733 or 2822818. OLE color: 2822818.

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

Color convert

RGB 162 18 43 -
CMYK 0 0.89 0.73 0.36
HSL 349.58º 0.8% 0.35% -
HSV(B) 349.58º 0.89% 0.64% -
XYZ 15.55 8.29 3.07 -
YUV 63.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 162 18 43 0 0.89 0.73 0.36 349.58 0.8 0.35
Hex A2 12 2B 0 59 49 24 15E 50 23
Octal 242 22 53 0 131 111 44 536 120 43
Binary 10100010 10010 101011 0 1011001 1001001 100100 101011110 1010000 100011

Color Harmonies of #A2122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2122B

Black with #A2122B

Text Example


Text Example

White with #A2122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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