Html Css Color HEX #A11122 Carmine

📋 copy color: '#A11122'

red 161 ◦ green 17 ◦ blue 34

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

Shades of Carmine #A11122

Tints of Carmine #A11122

RGB

 RED value IS 161 (63.28% from 255) = 75.94%

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

 BLUE value IS 34 (13.67% from 255) = 16.04%

R = 75.94%
G = 8.02%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A11122 (or 0xA11122) is known color: Carmine. HEX triplet: A1, 11 and 22. RGB value is (161,17,34). Sum of RGB (Red+Green+Blue) = 161+17+34=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A11122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11122 is #5EEEDD. Grayscale: #3E3E3E. Windows color (decimal): -6221534 or 2232737. OLE color: 2232737.

HSL color Cylindrical-coordinate representation of color #A11122: hue angle of 352.92º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11122 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 17 34 -
CMYK 0 0.89 0.79 0.37
HSL 352.92º 0.81% 0.35% -
HSV(B) 352.92º 0.89% 0.63% -
XYZ 15.19 8.09 2.28 -
YUV 61.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 161 17 34 0 0.89 0.79 0.37 352.92 0.81 0.35
Hex A1 11 22 0 59 4F 25 161 51 23
Octal 241 21 42 0 131 117 45 541 121 43
Binary 10100001 10001 100010 0 1011001 1001111 100101 101100001 1010001 100011

Color Harmonies of #A11122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11122

Black with #A11122

Text Example


Text Example

White with #A11122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11122; }

 p { color: rgb(161,17,34); }

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

background-color css

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

 a { background-color: rgb(161,17,34); }

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

border-color css

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

 span { border-color: rgb(161,17,34); }

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