Html Css Color HEX #AC372A Medium Carmine

📋 copy color: '#AC372A'

red 172 ◦ green 55 ◦ blue 42

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

Shades of Medium Carmine #AC372A

Tints of Medium Carmine #AC372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 63.94%
G = 20.45%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC372A (or 0xAC372A) is known color: Medium Carmine. HEX triplet: AC, 37 and 2A. RGB value is (172,55,42). Sum of RGB (Red+Green+Blue) = 172+55+42=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC372A is #53C8D5. Grayscale: #585858. Windows color (decimal): -5490902 or 2766764. OLE color: 2766764.

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

Color convert

RGB 172 55 42 -
CMYK 0 0.68 0.76 0.33
HSL 0.61% 0.42% -
HSV(B) 0.76% 0.67% -
XYZ 18.8 11.67 3.45 -
YUV 88.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 172 55 42 0 0.68 0.76 0.33 6 0.61 0.42
Hex AC 37 2A 0 44 4C 21 6 3D 2A
Octal 254 67 52 0 104 114 41 6 75 52
Binary 10101100 110111 101010 0 1000100 1001100 100001 110 111101 101010

Color Harmonies of #AC372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC372A

Black with #AC372A

Text Example


Text Example

White with #AC372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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