Html Css Color HEX #A11223 Carmine

📋 copy color: '#A11223'

red 161 ◦ green 18 ◦ blue 35

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

Shades of Carmine #A11223

Tints of Carmine #A11223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.36%

R = 75.23%
G = 8.41%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A11223 (or 0xA11223) is known color: Carmine. HEX triplet: A1, 12 and 23. RGB value is (161,18,35). Sum of RGB (Red+Green+Blue) = 161+18+35=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A11223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11223 is #5EEDDC. Grayscale: #3E3E3E. Windows color (decimal): -6221277 or 2298529. OLE color: 2298529.

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

Color convert

RGB 161 18 35 -
CMYK 0 0.89 0.78 0.37
HSL 352.87º 0.8% 0.35% -
HSV(B) 352.87º 0.89% 0.63% -
XYZ 15.22 8.13 2.36 -
YUV 62.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 161 18 35 0 0.89 0.78 0.37 352.87 0.8 0.35
Hex A1 12 23 0 59 4E 25 161 50 23
Octal 241 22 43 0 131 116 45 541 120 43
Binary 10100001 10010 100011 0 1011001 1001110 100101 101100001 1010000 100011

Color Harmonies of #A11223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11223

Black with #A11223

Text Example


Text Example

White with #A11223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11223; }

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

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

background-color css

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

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

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

border-color css

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

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

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