Html Css Color HEX #AC4533 Medium Carmine

📋 copy color: '#AC4533'

red 172 ◦ green 69 ◦ blue 51

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

Shades of Medium Carmine #AC4533

Tints of Medium Carmine #AC4533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.63%

 BLUE value IS 51 (20.31% from 255) = 17.47%

R = 58.9%
G = 23.63%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC4533 (or 0xAC4533) is known color: Medium Carmine. HEX triplet: AC, 45 and 33. RGB value is (172,69,51). Sum of RGB (Red+Green+Blue) = 172+69+51=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4533 is #53BACC. Grayscale: #616161. Windows color (decimal): -5487309 or 3360172. OLE color: 3360172.

HSL color Cylindrical-coordinate representation of color #AC4533: hue angle of 8.93º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4533 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 51 -
CMYK 0 0.60 0.70 0.33
HSL 8.93º 0.54% 0.44% -
HSV(B) 8.93º 0.7% 0.67% -
XYZ 19.74 13.27 4.65 -
YUV 97.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 172 69 51 0 0.60 0.70 0.33 8.93 0.54 0.44
Hex AC 45 33 0 3C 46 21 9 36 2C
Octal 254 105 63 0 74 106 41 11 66 54
Binary 10101100 1000101 110011 0 111100 1000110 100001 1001 110110 101100

Color Harmonies of #AC4533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4533

Black with #AC4533

Text Example


Text Example

White with #AC4533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4533; }

 p { color: rgb(172,69,51); }

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

background-color css

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

 a { background-color: rgb(172,69,51); }

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

border-color css

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

 span { border-color: rgb(172,69,51); }

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