Html Css Color HEX #A40932 Carmine

📋 copy color: '#A40932'

red 164 ◦ green 9 ◦ blue 50

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

Shades of Carmine #A40932

Tints of Carmine #A40932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.42%

R = 73.54%
G = 4.04%
B = 22.42%

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

#A40932 (or 0xA40932) is known color: Carmine. HEX triplet: A4, 09 and 32. RGB value is (164,9,50). Sum of RGB (Red+Green+Blue) = 164+9+50=223 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.54% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 164 - color contains mainly: red. Hex color #A40932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40932 is #5BF6CD. Grayscale: #3C3C3C. Windows color (decimal): -6026958 or 3279268. OLE color: 3279268.

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

Color convert

RGB 164 9 50 -
CMYK 0 0.95 0.70 0.36
HSL 344.13º 0.9% 0.34% -
HSV(B) 344.13º 0.95% 0.64% -
XYZ 15.98 8.32 3.78 -
YUV 60.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 164 9 50 0 0.95 0.70 0.36 344.13 0.9 0.34
Hex A4 9 32 0 5F 46 24 158 5A 22
Octal 244 11 62 0 137 106 44 530 132 42
Binary 10100100 1001 110010 0 1011111 1000110 100100 101011000 1011010 100010

Color Harmonies of #A40932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40932

Black with #A40932

Text Example


Text Example

White with #A40932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40932; }

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

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

background-color css

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

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

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

border-color css

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

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

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