Html Css Color HEX #A40832 Carmine

📋 copy color: '#A40832'

red 164 ◦ green 8 ◦ blue 50

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

Shades of Carmine #A40832

Tints of Carmine #A40832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

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

R = 73.87%
G = 3.6%
B = 22.52%

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

#A40832 (or 0xA40832) is known color: Carmine. HEX triplet: A4, 08 and 32. RGB value is (164,8,50). Sum of RGB (Red+Green+Blue) = 164+8+50=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A40832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40832 is #5BF7CD. Grayscale: #3B3B3B. Windows color (decimal): -6027214 or 3279012. OLE color: 3279012.

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

Color convert

RGB 164 8 50 -
CMYK 0 0.95 0.70 0.36
HSL 343.85º 0.91% 0.34% -
HSV(B) 343.85º 0.95% 0.64% -
XYZ 15.97 8.3 3.78 -
YUV 59.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 164 8 50 0 0.95 0.70 0.36 343.85 0.91 0.34
Hex A4 8 32 0 5F 46 24 158 5B 22
Octal 244 10 62 0 137 106 44 530 133 42
Binary 10100100 1000 110010 0 1011111 1000110 100100 101011000 1011011 100010

Color Harmonies of #A40832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40832

Black with #A40832

Text Example


Text Example

White with #A40832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40832; }

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

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

background-color css

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

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

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

border-color css

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

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

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