Html Css Color HEX #AC352D Medium Carmine

📋 copy color: '#AC352D'

red 172 ◦ green 53 ◦ blue 45

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

Shades of Medium Carmine #AC352D

Tints of Medium Carmine #AC352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.67%

R = 63.7%
G = 19.63%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC352D (or 0xAC352D) is known color: Medium Carmine. HEX triplet: AC, 35 and 2D. RGB value is (172,53,45). Sum of RGB (Red+Green+Blue) = 172+53+45=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC352D is #53CAD2. Grayscale: #575757. Windows color (decimal): -5491411 or 2962860. OLE color: 2962860.

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

Color convert

RGB 172 53 45 -
CMYK 0 0.69 0.74 0.33
HSL 3.78º 0.59% 0.43% -
HSV(B) 3.78º 0.74% 0.67% -
XYZ 18.76 11.51 3.71 -
YUV 87.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 172 53 45 0 0.69 0.74 0.33 3.78 0.59 0.43
Hex AC 35 2D 0 45 4A 21 4 3B 2B
Octal 254 65 55 0 105 112 41 4 73 53
Binary 10101100 110101 101101 0 1000101 1001010 100001 100 111011 101011

Color Harmonies of #AC352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC352D

Black with #AC352D

Text Example


Text Example

White with #AC352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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