Html Css Color HEX #AC412F Medium Carmine

📋 copy color: '#AC412F'

red 172 ◦ green 65 ◦ blue 47

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

Shades of Medium Carmine #AC412F

Tints of Medium Carmine #AC412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

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

R = 60.56%
G = 22.89%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC412F (or 0xAC412F) is known color: Medium Carmine. HEX triplet: AC, 41 and 2F. RGB value is (172,65,47). Sum of RGB (Red+Green+Blue) = 172+65+47=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC412F is #53BED0. Grayscale: #5F5F5F. Windows color (decimal): -5488337 or 3097004. OLE color: 3097004.

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

Color convert

RGB 172 65 47 -
CMYK 0 0.62 0.73 0.33
HSL 8.64º 0.57% 0.43% -
HSV(B) 8.64º 0.73% 0.67% -
XYZ 19.42 12.76 4.13 -
YUV 94.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 172 65 47 0 0.62 0.73 0.33 8.64 0.57 0.43
Hex AC 41 2F 0 3E 49 21 9 39 2B
Octal 254 101 57 0 76 111 41 11 71 53
Binary 10101100 1000001 101111 0 111110 1001001 100001 1001 111001 101011

Color Harmonies of #AC412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC412F

Black with #AC412F

Text Example


Text Example

White with #AC412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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