Html Css Color HEX #AC372F Medium Carmine

📋 copy color: '#AC372F'

red 172 ◦ green 55 ◦ blue 47

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

Shades of Medium Carmine #AC372F

Tints of Medium Carmine #AC372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.15%

R = 62.77%
G = 20.07%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC372F (or 0xAC372F) is known color: Medium Carmine. HEX triplet: AC, 37 and 2F. RGB value is (172,55,47). Sum of RGB (Red+Green+Blue) = 172+55+47=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC372F is #53C8D0. Grayscale: #595959. Windows color (decimal): -5490897 or 3094444. OLE color: 3094444.

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

Color convert

RGB 172 55 47 -
CMYK 0 0.68 0.73 0.33
HSL 3.84º 0.57% 0.43% -
HSV(B) 3.84º 0.73% 0.67% -
XYZ 18.89 11.71 3.95 -
YUV 89.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 172 55 47 0 0.68 0.73 0.33 3.84 0.57 0.43
Hex AC 37 2F 0 44 49 21 4 39 2B
Octal 254 67 57 0 104 111 41 4 71 53
Binary 10101100 110111 101111 0 1000100 1001001 100001 100 111001 101011

Color Harmonies of #AC372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC372F

Black with #AC372F

Text Example


Text Example

White with #AC372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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