Html Css Color HEX #AC3C36 Medium Carmine

📋 copy color: '#AC3C36'

red 172 ◦ green 60 ◦ blue 54

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

Shades of Medium Carmine #AC3C36

Tints of Medium Carmine #AC3C36

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 60.14%
G = 20.98%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC3C36 (or 0xAC3C36) is known color: Medium Carmine. HEX triplet: AC, 3C and 36. RGB value is (172,60,54). Sum of RGB (Red+Green+Blue) = 172+60+54=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C36 is #53C3C9. Grayscale: #5C5C5C. Windows color (decimal): -5489610 or 3554476. OLE color: 3554476.

HSL color Cylindrical-coordinate representation of color #AC3C36: hue angle of 3.05º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3C36 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 60 54 -
CMYK 0 0.65 0.69 0.33
HSL 3.05º 0.52% 0.44% -
HSV(B) 3.05º 0.69% 0.67% -
XYZ 19.29 12.27 4.84 -
YUV 92.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 172 60 54 0 0.65 0.69 0.33 3.05 0.52 0.44
Hex AC 3C 36 0 41 45 21 3 34 2C
Octal 254 74 66 0 101 105 41 3 64 54
Binary 10101100 111100 110110 0 1000001 1000101 100001 11 110100 101100

Color Harmonies of #AC3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C36

Black with #AC3C36

Text Example


Text Example

White with #AC3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C36; }

 p { color: rgb(172,60,54); }

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

background-color css

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

 a { background-color: rgb(172,60,54); }

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

border-color css

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

 span { border-color: rgb(172,60,54); }

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