Html Css Color HEX #AC412D Medium Carmine

📋 copy color: '#AC412D'

red 172 ◦ green 65 ◦ blue 45

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

Shades of Medium Carmine #AC412D

Tints of Medium Carmine #AC412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 60.99%
G = 23.05%
B = 15.96%

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

#AC412D (or 0xAC412D) is known color: Medium Carmine. HEX triplet: AC, 41 and 2D. RGB value is (172,65,45). Sum of RGB (Red+Green+Blue) = 172+65+45=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC412D is #53BED2. Grayscale: #5E5E5E. Windows color (decimal): -5488339 or 2965932. OLE color: 2965932.

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

Color convert

RGB 172 65 45 -
CMYK 0 0.62 0.74 0.33
HSL 9.45º 0.59% 0.43% -
HSV(B) 9.45º 0.74% 0.67% -
XYZ 19.38 12.74 3.92 -
YUV 94.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 172 65 45 0 0.62 0.74 0.33 9.45 0.59 0.43
Hex AC 41 2D 0 3E 4A 21 9 3B 2B
Octal 254 101 55 0 76 112 41 11 73 53
Binary 10101100 1000001 101101 0 111110 1001010 100001 1001 111011 101011

Color Harmonies of #AC412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC412D

Black with #AC412D

Text Example


Text Example

White with #AC412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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