Html Css Color HEX #A40520 Carmine

📋 copy color: '#A40520'

red 164 ◦ green 5 ◦ blue 32

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

Shades of Carmine #A40520

Tints of Carmine #A40520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 81.59%
G = 2.49%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A40520 (or 0xA40520) is known color: Carmine. HEX triplet: A4, 05 and 20. RGB value is (164,5,32). Sum of RGB (Red+Green+Blue) = 164+5+32=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A40520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40520 is #5BFADF. Grayscale: #373737. Windows color (decimal): -6028000 or 2098596. OLE color: 2098596.

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

Color convert

RGB 164 5 32 -
CMYK 0 0.97 0.80 0.36
HSL 349.81º 0.94% 0.33% -
HSV(B) 349.81º 0.97% 0.64% -
XYZ 15.62 8.11 2.11 -
YUV 55.62 114.68 205.3 -
System Red Green Blue C M Y K H S L
Decimal 164 5 32 0 0.97 0.80 0.36 349.81 0.94 0.33
Hex A4 5 20 0 61 50 24 15E 5E 21
Octal 244 5 40 0 141 120 44 536 136 41
Binary 10100100 101 100000 0 1100001 1010000 100100 101011110 1011110 100001

Color Harmonies of #A40520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40520

Black with #A40520

Text Example


Text Example

White with #A40520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40520; }

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

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

background-color css

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

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

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

border-color css

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

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

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