Html Css Color HEX #A40531 Carmine

📋 copy color: '#A40531'

red 164 ◦ green 5 ◦ blue 49

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

Shades of Carmine #A40531

Tints of Carmine #A40531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 75.23%
G = 2.29%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A40531 (or 0xA40531) is known color: Carmine. HEX triplet: A4, 05 and 31. RGB value is (164,5,49). Sum of RGB (Red+Green+Blue) = 164+5+49=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A40531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40531 is #5BFACE. Grayscale: #393939. Windows color (decimal): -6027983 or 3212708. OLE color: 3212708.

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

Color convert

RGB 164 5 49 -
CMYK 0 0.97 0.70 0.36
HSL 343.4º 0.94% 0.33% -
HSV(B) 343.4º 0.97% 0.64% -
XYZ 15.92 8.22 3.65 -
YUV 57.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 164 5 49 0 0.97 0.70 0.36 343.4 0.94 0.33
Hex A4 5 31 0 61 46 24 157 5E 21
Octal 244 5 61 0 141 106 44 527 136 41
Binary 10100100 101 110001 0 1100001 1000110 100100 101010111 1011110 100001

Color Harmonies of #A40531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40531

Black with #A40531

Text Example


Text Example

White with #A40531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40531; }

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

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

background-color css

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

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

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

border-color css

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

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

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