Html Css Color HEX #AC4027 Medium Carmine

📋 copy color: '#AC4027'

red 172 ◦ green 64 ◦ blue 39

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

Shades of Medium Carmine #AC4027

Tints of Medium Carmine #AC4027

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 62.55%
G = 23.27%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC4027 (or 0xAC4027) is known color: Medium Carmine. HEX triplet: AC, 40 and 27. RGB value is (172,64,39). Sum of RGB (Red+Green+Blue) = 172+64+39=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4027 is #53BFD8. Grayscale: #5D5D5D. Windows color (decimal): -5488601 or 2572460. OLE color: 2572460.

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

Color convert

RGB 172 64 39 -
CMYK 0 0.63 0.77 0.33
HSL 11.28º 0.63% 0.41% -
HSV(B) 11.28º 0.77% 0.67% -
XYZ 19.21 12.58 3.34 -
YUV 93.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 172 64 39 0 0.63 0.77 0.33 11.28 0.63 0.41
Hex AC 40 27 0 3F 4D 21 B 3F 29
Octal 254 100 47 0 77 115 41 13 77 51
Binary 10101100 1000000 100111 0 111111 1001101 100001 1011 111111 101001

Color Harmonies of #AC4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4027

Black with #AC4027

Text Example


Text Example

White with #AC4027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4027; }

 p { color: rgb(172,64,39); }

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

background-color css

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

 a { background-color: rgb(172,64,39); }

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

border-color css

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

 span { border-color: rgb(172,64,39); }

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