Html Css Color HEX #AC352E Medium Carmine

📋 copy color: '#AC352E'

red 172 ◦ green 53 ◦ blue 46

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

Shades of Medium Carmine #AC352E

Tints of Medium Carmine #AC352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

 BLUE value IS 46 (18.36% from 255) = 16.97%

R = 63.47%
G = 19.56%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC352E (or 0xAC352E) is known color: Medium Carmine. HEX triplet: AC, 35 and 2E. RGB value is (172,53,46). Sum of RGB (Red+Green+Blue) = 172+53+46=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC352E is #53CAD1. Grayscale: #575757. Windows color (decimal): -5491410 or 3028396. OLE color: 3028396.

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

Color convert

RGB 172 53 46 -
CMYK 0 0.69 0.73 0.33
HSL 3.33º 0.58% 0.43% -
HSV(B) 3.33º 0.73% 0.67% -
XYZ 18.78 11.51 3.82 -
YUV 87.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 172 53 46 0 0.69 0.73 0.33 3.33 0.58 0.43
Hex AC 35 2E 0 45 49 21 3 3A 2B
Octal 254 65 56 0 105 111 41 3 72 53
Binary 10101100 110101 101110 0 1000101 1001001 100001 11 111010 101011

Color Harmonies of #AC352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC352E

Black with #AC352E

Text Example


Text Example

White with #AC352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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