Html Css Color HEX #AC3E2F Medium Carmine

📋 copy color: '#AC3E2F'

red 172 ◦ green 62 ◦ blue 47

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

Shades of Medium Carmine #AC3E2F

Tints of Medium Carmine #AC3E2F

RGB

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

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

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

R = 61.21%
G = 22.06%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC3E2F (or 0xAC3E2F) is known color: Medium Carmine. HEX triplet: AC, 3E and 2F. RGB value is (172,62,47). Sum of RGB (Red+Green+Blue) = 172+62+47=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E2F is #53C1D0. Grayscale: #5D5D5D. Windows color (decimal): -5489105 or 3096236. OLE color: 3096236.

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

Color convert

RGB 172 62 47 -
CMYK 0 0.64 0.73 0.33
HSL 7.2º 0.57% 0.43% -
HSV(B) 7.2º 0.73% 0.67% -
XYZ 19.25 12.42 4.07 -
YUV 93.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 172 62 47 0 0.64 0.73 0.33 7.2 0.57 0.43
Hex AC 3E 2F 0 40 49 21 7 39 2B
Octal 254 76 57 0 100 111 41 7 71 53
Binary 10101100 111110 101111 0 1000000 1001001 100001 111 111001 101011

Color Harmonies of #AC3E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E2F

Black with #AC3E2F

Text Example


Text Example

White with #AC3E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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