Html Css Color HEX #A10221 Carmine

📋 copy color: '#A10221'

red 161 ◦ green 2 ◦ blue 33

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

Shades of Carmine #A10221

Tints of Carmine #A10221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 82.14%
G = 1.02%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A10221 (or 0xA10221) is known color: Carmine. HEX triplet: A1, 02 and 21. RGB value is (161,2,33). Sum of RGB (Red+Green+Blue) = 161+2+33=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A10221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10221 is #5EFDDE. Grayscale: #353535. Windows color (decimal): -6225375 or 2163361. OLE color: 2163361.

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

Color convert

RGB 161 2 33 -
CMYK 0 0.99 0.80 0.37
HSL 348.3º 0.98% 0.32% -
HSV(B) 348.3º 0.99% 0.63% -
XYZ 14.99 7.73 2.14 -
YUV 53.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 161 2 33 0 0.99 0.80 0.37 348.3 0.98 0.32
Hex A1 2 21 0 63 50 25 15C 62 20
Octal 241 2 41 0 143 120 45 534 142 40
Binary 10100001 10 100001 0 1100011 1010000 100101 101011100 1100010 100000

Color Harmonies of #A10221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10221

Black with #A10221

Text Example


Text Example

White with #A10221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10221; }

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

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

background-color css

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

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

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

border-color css

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

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

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