Html Css Color HEX #AC452D Medium Carmine

📋 copy color: '#AC452D'

red 172 ◦ green 69 ◦ blue 45

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

Shades of Medium Carmine #AC452D

Tints of Medium Carmine #AC452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

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

R = 60.14%
G = 24.13%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC452D (or 0xAC452D) is known color: Medium Carmine. HEX triplet: AC, 45 and 2D. RGB value is (172,69,45). Sum of RGB (Red+Green+Blue) = 172+69+45=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC452D is #53BAD2. Grayscale: #616161. Windows color (decimal): -5487315 or 2966956. OLE color: 2966956.

HSL color Cylindrical-coordinate representation of color #AC452D: hue angle of 11.34º 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 #AC452D is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 45 -
CMYK 0 0.60 0.74 0.33
HSL 11.34º 0.59% 0.43% -
HSV(B) 11.34º 0.74% 0.67% -
XYZ 19.62 13.22 4 -
YUV 97.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 172 69 45 0 0.60 0.74 0.33 11.34 0.59 0.43
Hex AC 45 2D 0 3C 4A 21 B 3B 2B
Octal 254 105 55 0 74 112 41 13 73 53
Binary 10101100 1000101 101101 0 111100 1001010 100001 1011 111011 101011

Color Harmonies of #AC452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC452D

Black with #AC452D

Text Example


Text Example

White with #AC452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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