Html Css Color HEX #A40521 Carmine

📋 copy color: '#A40521'

red 164 ◦ green 5 ◦ blue 33

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

Shades of Carmine #A40521

Tints of Carmine #A40521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.34%

R = 81.19%
G = 2.48%
B = 16.34%

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

#A40521 (or 0xA40521) is known color: Carmine. HEX triplet: A4, 05 and 21. RGB value is (164,5,33). Sum of RGB (Red+Green+Blue) = 164+5+33=202 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.19% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 164 - color contains mainly: red. Hex color #A40521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40521 is #5BFADE. Grayscale: #373737. Windows color (decimal): -6027999 or 2164132. OLE color: 2164132.

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

Color convert

RGB 164 5 33 -
CMYK 0 0.97 0.80 0.36
HSL 349.43º 0.94% 0.33% -
HSV(B) 349.43º 0.97% 0.64% -
XYZ 15.64 8.11 2.18 -
YUV 55.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 164 5 33 0 0.97 0.80 0.36 349.43 0.94 0.33
Hex A4 5 21 0 61 50 24 15D 5E 21
Octal 244 5 41 0 141 120 44 535 136 41
Binary 10100100 101 100001 0 1100001 1010000 100100 101011101 1011110 100001

Color Harmonies of #A40521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40521

Black with #A40521

Text Example


Text Example

White with #A40521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40521; }

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

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

background-color css

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

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

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

border-color css

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

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

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