Html Css Color HEX #AC463A Medium Carmine

📋 copy color: '#AC463A'

red 172 ◦ green 70 ◦ blue 58

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

Shades of Medium Carmine #AC463A

Tints of Medium Carmine #AC463A

RGB

 RED value IS 172 (67.58% from 255) = 57.33%

 GREEN value IS 70 (27.73% from 255) = 23.33%

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 57.33%
G = 23.33%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC463A (or 0xAC463A) is known color: Medium Carmine. HEX triplet: AC, 46 and 3A. RGB value is (172,70,58). Sum of RGB (Red+Green+Blue) = 172+70+58=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC463A is #53B9C5. Grayscale: #636363. Windows color (decimal): -5487046 or 3819180. OLE color: 3819180.

HSL color Cylindrical-coordinate representation of color #AC463A: hue angle of 6.32º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC463A is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 70 58 -
CMYK 0 0.59 0.66 0.33
HSL 6.32º 0.5% 0.45% -
HSV(B) 6.32º 0.66% 0.67% -
XYZ 19.97 13.46 5.55 -
YUV 99.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 172 70 58 0 0.59 0.66 0.33 6.32 0.5 0.45
Hex AC 46 3A 0 3B 42 21 6 32 2D
Octal 254 106 72 0 73 102 41 6 62 55
Binary 10101100 1000110 111010 0 111011 1000010 100001 110 110010 101101

Color Harmonies of #AC463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC463A

Black with #AC463A

Text Example


Text Example

White with #AC463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC463A; }

 p { color: rgb(172,70,58); }

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

background-color css

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

 a { background-color: rgb(172,70,58); }

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

border-color css

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

 span { border-color: rgb(172,70,58); }

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