Html Css Color HEX #A40931 Carmine

📋 copy color: '#A40931'

red 164 ◦ green 9 ◦ blue 49

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

Shades of Carmine #A40931

Tints of Carmine #A40931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

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

R = 73.87%
G = 4.05%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A40931 (or 0xA40931) is known color: Carmine. HEX triplet: A4, 09 and 31. RGB value is (164,9,49). Sum of RGB (Red+Green+Blue) = 164+9+49=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A40931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40931 is #5BF6CE. Grayscale: #3B3B3B. Windows color (decimal): -6026959 or 3213732. OLE color: 3213732.

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

Color convert

RGB 164 9 49 -
CMYK 0 0.95 0.70 0.36
HSL 344.52º 0.9% 0.34% -
HSV(B) 344.52º 0.95% 0.64% -
XYZ 15.96 8.31 3.67 -
YUV 59.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 164 9 49 0 0.95 0.70 0.36 344.52 0.9 0.34
Hex A4 9 31 0 5F 46 24 159 5A 22
Octal 244 11 61 0 137 106 44 531 132 42
Binary 10100100 1001 110001 0 1011111 1000110 100100 101011001 1011010 100010

Color Harmonies of #A40931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40931

Black with #A40931

Text Example


Text Example

White with #A40931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40931; }

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

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

background-color css

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

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

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

border-color css

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

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

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