Html Css Color HEX #A11421 Carmine

📋 copy color: '#A11421'

red 161 ◦ green 20 ◦ blue 33

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

Shades of Carmine #A11421

Tints of Carmine #A11421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

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

R = 75.23%
G = 9.35%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A11421 (or 0xA11421) is known color: Carmine. HEX triplet: A1, 14 and 21. RGB value is (161,20,33). Sum of RGB (Red+Green+Blue) = 161+20+33=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A11421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11421 is #5EEBDE. Grayscale: #3F3F3F. Windows color (decimal): -6220767 or 2167969. OLE color: 2167969.

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

Color convert

RGB 161 20 33 -
CMYK 0 0.88 0.80 0.37
HSL 354.47º 0.78% 0.35% -
HSV(B) 354.47º 0.88% 0.63% -
XYZ 15.22 8.19 2.22 -
YUV 63.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 161 20 33 0 0.88 0.80 0.37 354.47 0.78 0.35
Hex A1 14 21 0 58 50 25 162 4E 23
Octal 241 24 41 0 130 120 45 542 116 43
Binary 10100001 10100 100001 0 1011000 1010000 100101 101100010 1001110 100011

Color Harmonies of #A11421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11421

Black with #A11421

Text Example


Text Example

White with #A11421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11421; }

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

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

background-color css

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

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

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

border-color css

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

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

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