Html Css Color HEX #AC442F Medium Carmine

📋 copy color: '#AC442F'

red 172 ◦ green 68 ◦ blue 47

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

Shades of Medium Carmine #AC442F

Tints of Medium Carmine #AC442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

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

R = 59.93%
G = 23.69%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC442F (or 0xAC442F) is known color: Medium Carmine. HEX triplet: AC, 44 and 2F. RGB value is (172,68,47). Sum of RGB (Red+Green+Blue) = 172+68+47=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC442F is #53BBD0. Grayscale: #606060. Windows color (decimal): -5487569 or 3097772. OLE color: 3097772.

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

Color convert

RGB 172 68 47 -
CMYK 0 0.60 0.73 0.33
HSL 10.08º 0.57% 0.43% -
HSV(B) 10.08º 0.73% 0.67% -
XYZ 19.59 13.11 4.19 -
YUV 96.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 172 68 47 0 0.60 0.73 0.33 10.08 0.57 0.43
Hex AC 44 2F 0 3C 49 21 A 39 2B
Octal 254 104 57 0 74 111 41 12 71 53
Binary 10101100 1000100 101111 0 111100 1001001 100001 1010 111001 101011

Color Harmonies of #AC442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC442F

Black with #AC442F

Text Example


Text Example

White with #AC442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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