Html Css Color HEX #AC372D Medium Carmine

📋 copy color: '#AC372D'

red 172 ◦ green 55 ◦ blue 45

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

Shades of Medium Carmine #AC372D

Tints of Medium Carmine #AC372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.22%

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

R = 63.24%
G = 20.22%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC372D (or 0xAC372D) is known color: Medium Carmine. HEX triplet: AC, 37 and 2D. RGB value is (172,55,45). Sum of RGB (Red+Green+Blue) = 172+55+45=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC372D is #53C8D2. Grayscale: #595959. Windows color (decimal): -5490899 or 2963372. OLE color: 2963372.

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

Color convert

RGB 172 55 45 -
CMYK 0 0.68 0.74 0.33
HSL 4.72º 0.59% 0.43% -
HSV(B) 4.72º 0.74% 0.67% -
XYZ 18.85 11.69 3.75 -
YUV 88.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 172 55 45 0 0.68 0.74 0.33 4.72 0.59 0.43
Hex AC 37 2D 0 44 4A 21 5 3B 2B
Octal 254 67 55 0 104 112 41 5 73 53
Binary 10101100 110111 101101 0 1000100 1001010 100001 101 111011 101011

Color Harmonies of #AC372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC372D

Black with #AC372D

Text Example


Text Example

White with #AC372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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