Html Css Color HEX #A2111D Carmine

📋 copy color: '#A2111D'

red 162 ◦ green 17 ◦ blue 29

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

Shades of Carmine #A2111D

Tints of Carmine #A2111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 77.88%
G = 8.17%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2111D (or 0xA2111D) is known color: Carmine. HEX triplet: A2, 11 and 1D. RGB value is (162,17,29). Sum of RGB (Red+Green+Blue) = 162+17+29=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A2111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2111D is #5DEEE2. Grayscale: #3D3D3D. Windows color (decimal): -6156003 or 1905058. OLE color: 1905058.

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

Color convert

RGB 162 17 29 -
CMYK 0 0.90 0.82 0.36
HSL 355.03º 0.81% 0.35% -
HSV(B) 355.03º 0.9% 0.64% -
XYZ 15.32 8.17 1.93 -
YUV 61.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 162 17 29 0 0.90 0.82 0.36 355.03 0.81 0.35
Hex A2 11 1D 0 5A 52 24 163 51 23
Octal 242 21 35 0 132 122 44 543 121 43
Binary 10100010 10001 11101 0 1011010 1010010 100100 101100011 1010001 100011

Color Harmonies of #A2111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2111D

Black with #A2111D

Text Example


Text Example

White with #A2111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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