Html Css Color HEX #A40220 Carmine

📋 copy color: '#A40220'

red 164 ◦ green 2 ◦ blue 32

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

Shades of Carmine #A40220

Tints of Carmine #A40220

RGB

 RED value IS 164 (64.45% from 255) = 82.83%

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

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

R = 82.83%
G = 1.01%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A40220 (or 0xA40220) is known color: Carmine. HEX triplet: A4, 02 and 20. RGB value is (164,2,32). Sum of RGB (Red+Green+Blue) = 164+2+32=198 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.83% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 164 - color contains mainly: red. Hex color #A40220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40220 is #5BFDDF. Grayscale: #353535. Windows color (decimal): -6028768 or 2097828. OLE color: 2097828.

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

Color convert

RGB 164 2 32 -
CMYK 0 0.99 0.80 0.36
HSL 348.89º 0.98% 0.33% -
HSV(B) 348.89º 0.99% 0.64% -
XYZ 15.59 8.04 2.1 -
YUV 53.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 164 2 32 0 0.99 0.80 0.36 348.89 0.98 0.33
Hex A4 2 20 0 63 50 24 15D 62 21
Octal 244 2 40 0 143 120 44 535 142 41
Binary 10100100 10 100000 0 1100011 1010000 100100 101011101 1100010 100001

Color Harmonies of #A40220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40220

Black with #A40220

Text Example


Text Example

White with #A40220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40220; }

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

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

background-color css

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

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

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

border-color css

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

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

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