Html Css Color HEX #AC3D34 Medium Carmine

📋 copy color: '#AC3D34'

red 172 ◦ green 61 ◦ blue 52

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

Shades of Medium Carmine #AC3D34

Tints of Medium Carmine #AC3D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.4%

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 60.35%
G = 21.4%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC3D34 (or 0xAC3D34) is known color: Medium Carmine. HEX triplet: AC, 3D and 34. RGB value is (172,61,52). Sum of RGB (Red+Green+Blue) = 172+61+52=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D34 is #53C2CB. Grayscale: #5D5D5D. Windows color (decimal): -5489356 or 3423660. OLE color: 3423660.

HSL color Cylindrical-coordinate representation of color #AC3D34: hue angle of 4.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3D34 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 61 52 -
CMYK 0 0.65 0.70 0.33
HSL 4.5º 0.54% 0.44% -
HSV(B) 4.5º 0.7% 0.67% -
XYZ 19.3 12.36 4.62 -
YUV 93.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 172 61 52 0 0.65 0.70 0.33 4.5 0.54 0.44
Hex AC 3D 34 0 41 46 21 4 36 2C
Octal 254 75 64 0 101 106 41 4 66 54
Binary 10101100 111101 110100 0 1000001 1000110 100001 100 110110 101100

Color Harmonies of #AC3D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D34

Black with #AC3D34

Text Example


Text Example

White with #AC3D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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