Html Css Color HEX #AC422C Medium Carmine

📋 copy color: '#AC422C'

red 172 ◦ green 66 ◦ blue 44

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

Shades of Medium Carmine #AC422C

Tints of Medium Carmine #AC422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 60.99%
G = 23.4%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC422C (or 0xAC422C) is known color: Medium Carmine. HEX triplet: AC, 42 and 2C. RGB value is (172,66,44). Sum of RGB (Red+Green+Blue) = 172+66+44=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC422C is #53BDD3. Grayscale: #5F5F5F. Windows color (decimal): -5488084 or 2900652. OLE color: 2900652.

HSL color Cylindrical-coordinate representation of color #AC422C: hue angle of 10.31º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC422C is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 66 44 -
CMYK 0 0.62 0.74 0.33
HSL 10.31º 0.59% 0.42% -
HSV(B) 10.31º 0.74% 0.67% -
XYZ 19.42 12.85 3.84 -
YUV 95.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 172 66 44 0 0.62 0.74 0.33 10.31 0.59 0.42
Hex AC 42 2C 0 3E 4A 21 A 3B 2A
Octal 254 102 54 0 76 112 41 12 73 52
Binary 10101100 1000010 101100 0 111110 1001010 100001 1010 111011 101010

Color Harmonies of #AC422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC422C

Black with #AC422C

Text Example


Text Example

White with #AC422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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