Html Css Color HEX #A41120 Carmine

📋 copy color: '#A41120'

red 164 ◦ green 17 ◦ blue 32

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

Shades of Carmine #A41120

Tints of Carmine #A41120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

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

R = 77%
G = 7.98%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A41120 (or 0xA41120) is known color: Carmine. HEX triplet: A4, 11 and 20. RGB value is (164,17,32). Sum of RGB (Red+Green+Blue) = 164+17+32=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A41120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41120 is #5BEEDF. Grayscale: #3E3E3E. Windows color (decimal): -6024928 or 2101668. OLE color: 2101668.

HSL color Cylindrical-coordinate representation of color #A41120: hue angle of 353.88º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41120 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 17 32 -
CMYK 0 0.90 0.80 0.36
HSL 353.88º 0.81% 0.35% -
HSV(B) 353.88º 0.9% 0.64% -
XYZ 15.77 8.4 2.16 -
YUV 62.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 164 17 32 0 0.90 0.80 0.36 353.88 0.81 0.35
Hex A4 11 20 0 5A 50 24 162 51 23
Octal 244 21 40 0 132 120 44 542 121 43
Binary 10100100 10001 100000 0 1011010 1010000 100100 101100010 1010001 100011

Color Harmonies of #A41120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41120

Black with #A41120

Text Example


Text Example

White with #A41120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41120; }

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

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

background-color css

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

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

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

border-color css

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

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

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