Html Css Color HEX #A2112B Carmine

📋 copy color: '#A2112B'

red 162 ◦ green 17 ◦ blue 43

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

Shades of Carmine #A2112B

Tints of Carmine #A2112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

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

R = 72.97%
G = 7.66%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2112B (or 0xA2112B) is known color: Carmine. HEX triplet: A2, 11 and 2B. RGB value is (162,17,43). Sum of RGB (Red+Green+Blue) = 162+17+43=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A2112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2112B is #5DEED4. Grayscale: #3F3F3F. Windows color (decimal): -6155989 or 2822562. OLE color: 2822562.

HSL color Cylindrical-coordinate representation of color #A2112B: hue angle of 349.24º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2112B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 43 -
CMYK 0 0.90 0.73 0.36
HSL 349.24º 0.81% 0.35% -
HSV(B) 349.24º 0.9% 0.64% -
XYZ 15.54 8.26 3.06 -
YUV 63.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 162 17 43 0 0.90 0.73 0.36 349.24 0.81 0.35
Hex A2 11 2B 0 5A 49 24 15D 51 23
Octal 242 21 53 0 132 111 44 535 121 43
Binary 10100010 10001 101011 0 1011010 1001001 100100 101011101 1010001 100011

Color Harmonies of #A2112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2112B

Black with #A2112B

Text Example


Text Example

White with #A2112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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