Html Css Color HEX #A10220 Carmine

📋 copy color: '#A10220'

red 161 ◦ green 2 ◦ blue 32

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

Shades of Carmine #A10220

Tints of Carmine #A10220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 82.56%
G = 1.03%
B = 16.41%

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

#A10220 (or 0xA10220) is known color: Carmine. HEX triplet: A1, 02 and 20. RGB value is (161,2,32). Sum of RGB (Red+Green+Blue) = 161+2+32=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A10220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10220 is #5EFDDF. Grayscale: #353535. Windows color (decimal): -6225376 or 2097825. OLE color: 2097825.

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

Color convert

RGB 161 2 32 -
CMYK 0 0.99 0.80 0.37
HSL 348.68º 0.98% 0.32% -
HSV(B) 348.68º 0.99% 0.63% -
XYZ 14.98 7.72 2.07 -
YUV 52.96 116.18 205.06 -
System Red Green Blue C M Y K H S L
Decimal 161 2 32 0 0.99 0.80 0.37 348.68 0.98 0.32
Hex A1 2 20 0 63 50 25 15D 62 20
Octal 241 2 40 0 143 120 45 535 142 40
Binary 10100001 10 100000 0 1100011 1010000 100101 101011101 1100010 100000

Color Harmonies of #A10220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10220

Black with #A10220

Text Example


Text Example

White with #A10220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10220; }

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

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

background-color css

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

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

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

border-color css

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

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

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