Html Css Color HEX #AC403D Medium Carmine

📋 copy color: '#AC403D'

red 172 ◦ green 64 ◦ blue 61

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

Shades of Medium Carmine #AC403D

Tints of Medium Carmine #AC403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 57.91%
G = 21.55%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC403D (or 0xAC403D) is known color: Medium Carmine. HEX triplet: AC, 40 and 3D. RGB value is (172,64,61). Sum of RGB (Red+Green+Blue) = 172+64+61=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC403D is #53BFC2. Grayscale: #606060. Windows color (decimal): -5488579 or 4014252. OLE color: 4014252.

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

Color convert

RGB 172 64 61 -
CMYK 0 0.63 0.65 0.33
HSL 1.62º 0.48% 0.46% -
HSV(B) 1.62º 0.65% 0.67% -
XYZ 19.69 12.77 5.84 -
YUV 95.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 172 64 61 0 0.63 0.65 0.33 1.62 0.48 0.46
Hex AC 40 3D 0 3F 41 21 2 30 2E
Octal 254 100 75 0 77 101 41 2 60 56
Binary 10101100 1000000 111101 0 111111 1000001 100001 10 110000 101110

Color Harmonies of #AC403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC403D

Black with #AC403D

Text Example


Text Example

White with #AC403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC403D; }

 p { color: rgb(172,64,61); }

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

background-color css

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

 a { background-color: rgb(172,64,61); }

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

border-color css

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

 span { border-color: rgb(172,64,61); }

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