Html Css Color HEX #AC3534 Medium Carmine

📋 copy color: '#AC3534'

red 172 ◦ green 53 ◦ blue 52

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

Shades of Medium Carmine #AC3534

Tints of Medium Carmine #AC3534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

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

R = 62.09%
G = 19.13%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC3534 (or 0xAC3534) is known color: Medium Carmine. HEX triplet: AC, 35 and 34. RGB value is (172,53,52). Sum of RGB (Red+Green+Blue) = 172+53+52=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3534 is #53CACB. Grayscale: #585858. Windows color (decimal): -5491404 or 3421612. OLE color: 3421612.

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

Color convert

RGB 172 53 52 -
CMYK 0 0.69 0.70 0.33
HSL 0.5º 0.54% 0.44% -
HSV(B) 0.5º 0.7% 0.67% -
XYZ 18.91 11.56 4.48 -
YUV 88.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 172 53 52 0 0.69 0.70 0.33 0.5 0.54 0.44
Hex AC 35 34 0 45 46 21 0 36 2C
Octal 254 65 64 0 105 106 41 0 66 54
Binary 10101100 110101 110100 0 1000101 1000110 100001 0 110110 101100

Color Harmonies of #AC3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3534

Black with #AC3534

Text Example


Text Example

White with #AC3534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3534; }

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

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

background-color css

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

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

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

border-color css

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

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

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