Html Css Color HEX #A40032 Carmine

📋 copy color: '#A40032'

red 164 ◦ green 0 ◦ blue 50

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

Shades of Carmine #A40032

Tints of Carmine #A40032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.64%
G = 0%
B = 23.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A40032 (or 0xA40032) is known color: Carmine. HEX triplet: A4, 00 and 32. RGB value is (164,0,50). Sum of RGB (Red+Green+Blue) = 164+0+50=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A40032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40032 is #5BFFCD. Grayscale: #363636. Windows color (decimal): -6029262 or 3276964. OLE color: 3276964.

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

Color convert

RGB 164 0 50 -
CMYK 0 1 0.70 0.36
HSL 341.71º 1% 0.32% -
HSV(B) 341.71º 1% 0.64% -
XYZ 15.89 8.12 3.75 -
YUV 54.74 125.33 205.93 -
System Red Green Blue C M Y K H S L
Decimal 164 0 50 0 1 0.70 0.36 341.71 1 0.32
Hex A4 0 32 0 64 46 24 156 64 20
Octal 244 0 62 0 144 106 44 526 144 40
Binary 10100100 0 110010 0 1100100 1000110 100100 101010110 1100100 100000

Color Harmonies of #A40032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40032

Black with #A40032

Text Example


Text Example

White with #A40032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40032; }

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

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

background-color css

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

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

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

border-color css

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

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

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