Html Css Color HEX #A2112A Carmine

📋 copy color: '#A2112A'

red 162 ◦ green 17 ◦ blue 42

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

Shades of Carmine #A2112A

Tints of Carmine #A2112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19%

R = 73.3%
G = 7.69%
B = 19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2112A (or 0xA2112A) is known color: Carmine. HEX triplet: A2, 11 and 2A. RGB value is (162,17,42). Sum of RGB (Red+Green+Blue) = 162+17+42=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A2112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2112A is #5DEED5. Grayscale: #3F3F3F. Windows color (decimal): -6155990 or 2757026. OLE color: 2757026.

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

Color convert

RGB 162 17 42 -
CMYK 0 0.90 0.74 0.36
HSL 349.66º 0.81% 0.35% -
HSV(B) 349.66º 0.9% 0.64% -
XYZ 15.52 8.25 2.96 -
YUV 63.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 162 17 42 0 0.90 0.74 0.36 349.66 0.81 0.35
Hex A2 11 2A 0 5A 4A 24 15E 51 23
Octal 242 21 52 0 132 112 44 536 121 43
Binary 10100010 10001 101010 0 1011010 1001010 100100 101011110 1010001 100011

Color Harmonies of #A2112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2112A

Black with #A2112A

Text Example


Text Example

White with #A2112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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