Html Css Color HEX #A11221 Carmine

📋 copy color: '#A11221'

red 161 ◦ green 18 ◦ blue 33

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

Shades of Carmine #A11221

Tints of Carmine #A11221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.57%

R = 75.94%
G = 8.49%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A11221 (or 0xA11221) is known color: Carmine. HEX triplet: A1, 12 and 21. RGB value is (161,18,33). Sum of RGB (Red+Green+Blue) = 161+18+33=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A11221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11221 is #5EEDDE. Grayscale: #3E3E3E. Windows color (decimal): -6221279 or 2167457. OLE color: 2167457.

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

Color convert

RGB 161 18 33 -
CMYK 0 0.89 0.80 0.37
HSL 353.71º 0.8% 0.35% -
HSV(B) 353.71º 0.89% 0.63% -
XYZ 15.19 8.12 2.21 -
YUV 62.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 161 18 33 0 0.89 0.80 0.37 353.71 0.8 0.35
Hex A1 12 21 0 59 50 25 162 50 23
Octal 241 22 41 0 131 120 45 542 120 43
Binary 10100001 10010 100001 0 1011001 1010000 100101 101100010 1010000 100011

Color Harmonies of #A11221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11221

Black with #A11221

Text Example


Text Example

White with #A11221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11221; }

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

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

background-color css

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

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

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

border-color css

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

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

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