Html Css Color HEX #A40731 Carmine

📋 copy color: '#A40731'

red 164 ◦ green 7 ◦ blue 49

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

Shades of Carmine #A40731

Tints of Carmine #A40731

RGB

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

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

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

R = 74.55%
G = 3.18%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A40731 (or 0xA40731) is known color: Carmine. HEX triplet: A4, 07 and 31. RGB value is (164,7,49). Sum of RGB (Red+Green+Blue) = 164+7+49=220 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.55% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 164 - color contains mainly: red. Hex color #A40731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40731 is #5BF8CE. Grayscale: #3A3A3A. Windows color (decimal): -6027471 or 3213220. OLE color: 3213220.

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

Color convert

RGB 164 7 49 -
CMYK 0 0.96 0.70 0.36
HSL 343.95º 0.92% 0.34% -
HSV(B) 343.95º 0.96% 0.64% -
XYZ 15.94 8.27 3.66 -
YUV 58.73 122.51 203.08 -
System Red Green Blue C M Y K H S L
Decimal 164 7 49 0 0.96 0.70 0.36 343.95 0.92 0.34
Hex A4 7 31 0 60 46 24 158 5C 22
Octal 244 7 61 0 140 106 44 530 134 42
Binary 10100100 111 110001 0 1100000 1000110 100100 101011000 1011100 100010

Color Harmonies of #A40731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40731

Black with #A40731

Text Example


Text Example

White with #A40731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40731; }

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

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

background-color css

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

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

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

border-color css

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

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

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