Html Css Color HEX #AC413C Medium Carmine

📋 copy color: '#AC413C'

red 172 ◦ green 65 ◦ blue 60

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

Shades of Medium Carmine #AC413C

Tints of Medium Carmine #AC413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 57.91%
G = 21.89%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC413C (or 0xAC413C) is known color: Medium Carmine. HEX triplet: AC, 41 and 3C. RGB value is (172,65,60). Sum of RGB (Red+Green+Blue) = 172+65+60=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC413C is #53BEC3. Grayscale: #606060. Windows color (decimal): -5488324 or 3948972. OLE color: 3948972.

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

Color convert

RGB 172 65 60 -
CMYK 0 0.62 0.65 0.33
HSL 2.68º 0.48% 0.45% -
HSV(B) 2.68º 0.65% 0.67% -
XYZ 19.72 12.88 5.72 -
YUV 96.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 172 65 60 0 0.62 0.65 0.33 2.68 0.48 0.45
Hex AC 41 3C 0 3E 41 21 3 30 2D
Octal 254 101 74 0 76 101 41 3 60 55
Binary 10101100 1000001 111100 0 111110 1000001 100001 11 110000 101101

Color Harmonies of #AC413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC413C

Black with #AC413C

Text Example


Text Example

White with #AC413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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