Html Css Color HEX #A11222 Carmine

📋 copy color: '#A11222'

red 161 ◦ green 18 ◦ blue 34

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

Shades of Carmine #A11222

Tints of Carmine #A11222

RGB

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

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

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

R = 75.59%
G = 8.45%
B = 15.96%

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

#A11222 (or 0xA11222) is known color: Carmine. HEX triplet: A1, 12 and 22. RGB value is (161,18,34). Sum of RGB (Red+Green+Blue) = 161+18+34=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A11222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11222 is #5EEDDD. Grayscale: #3E3E3E. Windows color (decimal): -6221278 or 2232993. OLE color: 2232993.

HSL color Cylindrical-coordinate representation of color #A11222: hue angle of 353.29º degrees, saturation: 0.8, 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 #A11222 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 34 -
CMYK 0 0.89 0.79 0.37
HSL 353.29º 0.8% 0.35% -
HSV(B) 353.29º 0.89% 0.63% -
XYZ 15.2 8.13 2.28 -
YUV 62.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 161 18 34 0 0.89 0.79 0.37 353.29 0.8 0.35
Hex A1 12 22 0 59 4F 25 161 50 23
Octal 241 22 42 0 131 117 45 541 120 43
Binary 10100001 10010 100010 0 1011001 1001111 100101 101100001 1010000 100011

Color Harmonies of #A11222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11222

Black with #A11222

Text Example


Text Example

White with #A11222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11222; }

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

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

background-color css

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

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

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

border-color css

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

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

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