Html Css Color HEX #AC422E Medium Carmine

📋 copy color: '#AC422E'

red 172 ◦ green 66 ◦ blue 46

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

Shades of Medium Carmine #AC422E

Tints of Medium Carmine #AC422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 60.56%
G = 23.24%
B = 16.2%

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

#AC422E (or 0xAC422E) is known color: Medium Carmine. HEX triplet: AC, 42 and 2E. RGB value is (172,66,46). Sum of RGB (Red+Green+Blue) = 172+66+46=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC422E is #53BDD1. Grayscale: #5F5F5F. Windows color (decimal): -5488082 or 3031724. OLE color: 3031724.

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

Color convert

RGB 172 66 46 -
CMYK 0 0.62 0.73 0.33
HSL 9.52º 0.58% 0.43% -
HSV(B) 9.52º 0.73% 0.67% -
XYZ 19.45 12.86 4.04 -
YUV 95.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 172 66 46 0 0.62 0.73 0.33 9.52 0.58 0.43
Hex AC 42 2E 0 3E 49 21 A 3A 2B
Octal 254 102 56 0 76 111 41 12 72 53
Binary 10101100 1000010 101110 0 111110 1001001 100001 1010 111010 101011

Color Harmonies of #AC422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC422E

Black with #AC422E

Text Example


Text Example

White with #AC422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC422E; }

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

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

background-color css

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

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

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

border-color css

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

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

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