Html Css Color HEX #AC422A Medium Carmine

📋 copy color: '#AC422A'

red 172 ◦ green 66 ◦ blue 42

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

Shades of Medium Carmine #AC422A

Tints of Medium Carmine #AC422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15%

R = 61.43%
G = 23.57%
B = 15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC422A (or 0xAC422A) is known color: Medium Carmine. HEX triplet: AC, 42 and 2A. RGB value is (172,66,42). Sum of RGB (Red+Green+Blue) = 172+66+42=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC422A is #53BDD5. Grayscale: #5F5F5F. Windows color (decimal): -5488086 or 2769580. OLE color: 2769580.

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

Color convert

RGB 172 66 42 -
CMYK 0 0.62 0.76 0.33
HSL 11.08º 0.61% 0.42% -
HSV(B) 11.08º 0.76% 0.67% -
XYZ 19.38 12.83 3.65 -
YUV 94.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 172 66 42 0 0.62 0.76 0.33 11.08 0.61 0.42
Hex AC 42 2A 0 3E 4C 21 B 3D 2A
Octal 254 102 52 0 76 114 41 13 75 52
Binary 10101100 1000010 101010 0 111110 1001100 100001 1011 111101 101010

Color Harmonies of #AC422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC422A

Black with #AC422A

Text Example


Text Example

White with #AC422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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