Html Css Color HEX #A40720 Carmine

📋 copy color: '#A40720'

red 164 ◦ green 7 ◦ blue 32

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

Shades of Carmine #A40720

Tints of Carmine #A40720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

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

R = 80.79%
G = 3.45%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A40720 (or 0xA40720) is known color: Carmine. HEX triplet: A4, 07 and 20. RGB value is (164,7,32). Sum of RGB (Red+Green+Blue) = 164+7+32=203 (26% of max value = 765). Red value is 164 (64.45% from 255 or 80.79% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 164 - color contains mainly: red. Hex color #A40720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40720 is #5BF8DF. Grayscale: #383838. Windows color (decimal): -6027488 or 2099108. OLE color: 2099108.

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

Color convert

RGB 164 7 32 -
CMYK 0 0.96 0.80 0.36
HSL 350.45º 0.92% 0.34% -
HSV(B) 350.45º 0.96% 0.64% -
XYZ 15.65 8.15 2.11 -
YUV 56.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 164 7 32 0 0.96 0.80 0.36 350.45 0.92 0.34
Hex A4 7 20 0 60 50 24 15E 5C 22
Octal 244 7 40 0 140 120 44 536 134 42
Binary 10100100 111 100000 0 1100000 1010000 100100 101011110 1011100 100010

Color Harmonies of #A40720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40720

Black with #A40720

Text Example


Text Example

White with #A40720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40720; }

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

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

background-color css

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

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

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

border-color css

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

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

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