Html Css Color HEX #AC443F Medium Carmine

📋 copy color: '#AC443F'

red 172 ◦ green 68 ◦ blue 63

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

Shades of Medium Carmine #AC443F

Tints of Medium Carmine #AC443F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.79%

R = 56.77%
G = 22.44%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC443F (or 0xAC443F) is known color: Medium Carmine. HEX triplet: AC, 44 and 3F. RGB value is (172,68,63). Sum of RGB (Red+Green+Blue) = 172+68+63=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC443F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC443F is #53BBC0. Grayscale: #626262. Windows color (decimal): -5487553 or 4146348. OLE color: 4146348.

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

Color convert

RGB 172 68 63 -
CMYK 0 0.60 0.63 0.33
HSL 2.75º 0.46% 0.46% -
HSV(B) 2.75º 0.63% 0.67% -
XYZ 19.98 13.26 6.21 -
YUV 98.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 172 68 63 0 0.60 0.63 0.33 2.75 0.46 0.46
Hex AC 44 3F 0 3C 3F 21 3 2E 2E
Octal 254 104 77 0 74 77 41 3 56 56
Binary 10101100 1000100 111111 0 111100 111111 100001 11 101110 101110

Color Harmonies of #AC443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC443F

Black with #AC443F

Text Example


Text Example

White with #AC443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC443F; }

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

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

background-color css

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

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

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

border-color css

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

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

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