Html Css Color HEX #AC463B Medium Carmine

📋 copy color: '#AC463B'

red 172 ◦ green 70 ◦ blue 59

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

Shades of Medium Carmine #AC463B

Tints of Medium Carmine #AC463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 57.14%
G = 23.26%
B = 19.6%

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

#AC463B (or 0xAC463B) is known color: Medium Carmine. HEX triplet: AC, 46 and 3B. RGB value is (172,70,59). Sum of RGB (Red+Green+Blue) = 172+70+59=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC463B is #53B9C4. Grayscale: #636363. Windows color (decimal): -5487045 or 3884716. OLE color: 3884716.

HSL color Cylindrical-coordinate representation of color #AC463B: hue angle of 5.84º degrees, saturation: 0.49, 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 #AC463B is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 70 59 -
CMYK 0 0.59 0.66 0.33
HSL 5.84º 0.49% 0.45% -
HSV(B) 5.84º 0.66% 0.67% -
XYZ 19.99 13.47 5.68 -
YUV 99.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 172 70 59 0 0.59 0.66 0.33 5.84 0.49 0.45
Hex AC 46 3B 0 3B 42 21 6 31 2D
Octal 254 106 73 0 73 102 41 6 61 55
Binary 10101100 1000110 111011 0 111011 1000010 100001 110 110001 101101

Color Harmonies of #AC463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC463B

Black with #AC463B

Text Example


Text Example

White with #AC463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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