Html Css Color HEX #AC3C35 Medium Carmine

📋 copy color: '#AC3C35'

red 172 ◦ green 60 ◦ blue 53

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

Shades of Medium Carmine #AC3C35

Tints of Medium Carmine #AC3C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.6%

R = 60.35%
G = 21.05%
B = 18.6%

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

#AC3C35 (or 0xAC3C35) is known color: Medium Carmine. HEX triplet: AC, 3C and 35. RGB value is (172,60,53). Sum of RGB (Red+Green+Blue) = 172+60+53=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C35 is #53C3CA. Grayscale: #5C5C5C. Windows color (decimal): -5489611 or 3488940. OLE color: 3488940.

HSL color Cylindrical-coordinate representation of color #AC3C35: hue angle of 3.53º degrees, saturation: 0.53, 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 #AC3C35 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 60 53 -
CMYK 0 0.65 0.69 0.33
HSL 3.53º 0.53% 0.44% -
HSV(B) 3.53º 0.69% 0.67% -
XYZ 19.27 12.26 4.72 -
YUV 92.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 172 60 53 0 0.65 0.69 0.33 3.53 0.53 0.44
Hex AC 3C 35 0 41 45 21 4 35 2C
Octal 254 74 65 0 101 105 41 4 65 54
Binary 10101100 111100 110101 0 1000001 1000101 100001 100 110101 101100

Color Harmonies of #AC3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C35

Black with #AC3C35

Text Example


Text Example

White with #AC3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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