Html Css Color HEX #AC4A3B Medium Carmine

📋 copy color: '#AC4A3B'

red 172 ◦ green 74 ◦ blue 59

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

Shades of Medium Carmine #AC4A3B

Tints of Medium Carmine #AC4A3B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.26%

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

R = 56.39%
G = 24.26%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC4A3B (or 0xAC4A3B) is known color: Medium Carmine. HEX triplet: AC, 4A and 3B. RGB value is (172,74,59). Sum of RGB (Red+Green+Blue) = 172+74+59=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A3B is #53B5C4. Grayscale: #656565. Windows color (decimal): -5486021 or 3885740. OLE color: 3885740.

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

Color convert

RGB 172 74 59 -
CMYK 0 0.57 0.66 0.33
HSL 7.96º 0.49% 0.45% -
HSV(B) 7.96º 0.66% 0.67% -
XYZ 20.25 13.98 5.77 -
YUV 101.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 172 74 59 0 0.57 0.66 0.33 7.96 0.49 0.45
Hex AC 4A 3B 0 39 42 21 8 31 2D
Octal 254 112 73 0 71 102 41 10 61 55
Binary 10101100 1001010 111011 0 111001 1000010 100001 1000 110001 101101

Color Harmonies of #AC4A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A3B

Black with #AC4A3B

Text Example


Text Example

White with #AC4A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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