Html Css Color HEX #AC372B Medium Carmine

📋 copy color: '#AC372B'

red 172 ◦ green 55 ◦ blue 43

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

Shades of Medium Carmine #AC372B

Tints of Medium Carmine #AC372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 63.7%
G = 20.37%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC372B (or 0xAC372B) is known color: Medium Carmine. HEX triplet: AC, 37 and 2B. RGB value is (172,55,43). Sum of RGB (Red+Green+Blue) = 172+55+43=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC372B is #53C8D4. Grayscale: #585858. Windows color (decimal): -5490901 or 2832300. OLE color: 2832300.

HSL color Cylindrical-coordinate representation of color #AC372B: hue angle of 5.58º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC372B is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 55 43 -
CMYK 0 0.68 0.75 0.33
HSL 5.58º 0.6% 0.42% -
HSV(B) 5.58º 0.75% 0.67% -
XYZ 18.82 11.68 3.55 -
YUV 88.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 172 55 43 0 0.68 0.75 0.33 5.58 0.6 0.42
Hex AC 37 2B 0 44 4B 21 6 3C 2A
Octal 254 67 53 0 104 113 41 6 74 52
Binary 10101100 110111 101011 0 1000100 1001011 100001 110 111100 101010

Color Harmonies of #AC372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC372B

Black with #AC372B

Text Example


Text Example

White with #AC372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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