Html Css Color HEX #AC4231 Medium Carmine

📋 copy color: '#AC4231'

red 172 ◦ green 66 ◦ blue 49

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

Shades of Medium Carmine #AC4231

Tints of Medium Carmine #AC4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 59.93%
G = 23%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC4231 (or 0xAC4231) is known color: Medium Carmine. HEX triplet: AC, 42 and 31. RGB value is (172,66,49). Sum of RGB (Red+Green+Blue) = 172+66+49=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4231 is #53BDCE. Grayscale: #5F5F5F. Windows color (decimal): -5488079 or 3228332. OLE color: 3228332.

HSL color Cylindrical-coordinate representation of color #AC4231: hue angle of 8.29º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC4231 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 66 49 -
CMYK 0 0.62 0.72 0.33
HSL 8.29º 0.56% 0.43% -
HSV(B) 8.29º 0.72% 0.67% -
XYZ 19.52 12.89 4.36 -
YUV 95.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 172 66 49 0 0.62 0.72 0.33 8.29 0.56 0.43
Hex AC 42 31 0 3E 48 21 8 38 2B
Octal 254 102 61 0 76 110 41 10 70 53
Binary 10101100 1000010 110001 0 111110 1001000 100001 1000 111000 101011

Color Harmonies of #AC4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4231

Black with #AC4231

Text Example


Text Example

White with #AC4231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4231; }

 p { color: rgb(172,66,49); }

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

background-color css

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

 a { background-color: rgb(172,66,49); }

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

border-color css

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

 span { border-color: rgb(172,66,49); }

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