Html Css Color HEX #AC3E28 Medium Carmine

📋 copy color: '#AC3E28'

red 172 ◦ green 62 ◦ blue 40

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

Shades of Medium Carmine #AC3E28

Tints of Medium Carmine #AC3E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.63%

 BLUE value IS 40 (16.02% from 255) = 14.6%

R = 62.77%
G = 22.63%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC3E28 (or 0xAC3E28) is known color: Medium Carmine. HEX triplet: AC, 3E and 28. RGB value is (172,62,40). Sum of RGB (Red+Green+Blue) = 172+62+40=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E28 is #53C1D7. Grayscale: #5C5C5C. Windows color (decimal): -5489112 or 2637484. OLE color: 2637484.

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

Color convert

RGB 172 62 40 -
CMYK 0 0.64 0.77 0.33
HSL 10º 0.62% 0.42% -
HSV(B) 10º 0.77% 0.67% -
XYZ 19.12 12.37 3.39 -
YUV 92.38 98.44 184.79 -
System Red Green Blue C M Y K H S L
Decimal 172 62 40 0 0.64 0.77 0.33 10 0.62 0.42
Hex AC 3E 28 0 40 4D 21 A 3E 2A
Octal 254 76 50 0 100 115 41 12 76 52
Binary 10101100 111110 101000 0 1000000 1001101 100001 1010 111110 101010

Color Harmonies of #AC3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E28

Black with #AC3E28

Text Example


Text Example

White with #AC3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E28; }

 p { color: rgb(172,62,40); }

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

background-color css

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

 a { background-color: rgb(172,62,40); }

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

border-color css

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

 span { border-color: rgb(172,62,40); }

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