Html Css Color HEX #AC423F Medium Carmine

📋 copy color: '#AC423F'

red 172 ◦ green 66 ◦ blue 63

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

Shades of Medium Carmine #AC423F

Tints of Medium Carmine #AC423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 57.14%
G = 21.93%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC423F (or 0xAC423F) is known color: Medium Carmine. HEX triplet: AC, 42 and 3F. RGB value is (172,66,63). Sum of RGB (Red+Green+Blue) = 172+66+63=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC423F is #53BDC0. Grayscale: #616161. Windows color (decimal): -5488065 or 4145836. OLE color: 4145836.

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

Color convert

RGB 172 66 63 -
CMYK 0 0.62 0.63 0.33
HSL 1.65º 0.46% 0.46% -
HSV(B) 1.65º 0.63% 0.67% -
XYZ 19.86 13.03 6.17 -
YUV 97.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 172 66 63 0 0.62 0.63 0.33 1.65 0.46 0.46
Hex AC 42 3F 0 3E 3F 21 2 2E 2E
Octal 254 102 77 0 76 77 41 2 56 56
Binary 10101100 1000010 111111 0 111110 111111 100001 10 101110 101110

Color Harmonies of #AC423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC423F

Black with #AC423F

Text Example


Text Example

White with #AC423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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