Html Css Color HEX #AC422D Medium Carmine

📋 copy color: '#AC422D'

red 172 ◦ green 66 ◦ blue 45

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

Shades of Medium Carmine #AC422D

Tints of Medium Carmine #AC422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 60.78%
G = 23.32%
B = 15.9%

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

#AC422D (or 0xAC422D) is known color: Medium Carmine. HEX triplet: AC, 42 and 2D. RGB value is (172,66,45). Sum of RGB (Red+Green+Blue) = 172+66+45=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC422D is #53BDD2. Grayscale: #5F5F5F. Windows color (decimal): -5488083 or 2966188. OLE color: 2966188.

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

Color convert

RGB 172 66 45 -
CMYK 0 0.62 0.74 0.33
HSL 9.92º 0.59% 0.43% -
HSV(B) 9.92º 0.74% 0.67% -
XYZ 19.44 12.86 3.94 -
YUV 95.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 172 66 45 0 0.62 0.74 0.33 9.92 0.59 0.43
Hex AC 42 2D 0 3E 4A 21 A 3B 2B
Octal 254 102 55 0 76 112 41 12 73 53
Binary 10101100 1000010 101101 0 111110 1001010 100001 1010 111011 101011

Color Harmonies of #AC422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC422D

Black with #AC422D

Text Example


Text Example

White with #AC422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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