Html Css Color HEX #AC3533 Medium Carmine

📋 copy color: '#AC3533'

red 172 ◦ green 53 ◦ blue 51

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

Shades of Medium Carmine #AC3533

Tints of Medium Carmine #AC3533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 62.32%
G = 19.2%
B = 18.48%

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

#AC3533 (or 0xAC3533) is known color: Medium Carmine. HEX triplet: AC, 35 and 33. RGB value is (172,53,51). Sum of RGB (Red+Green+Blue) = 172+53+51=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3533 is #53CACC. Grayscale: #585858. Windows color (decimal): -5491405 or 3356076. OLE color: 3356076.

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

Color convert

RGB 172 53 51 -
CMYK 0 0.69 0.70 0.33
HSL 0.99º 0.54% 0.44% -
HSV(B) 0.99º 0.7% 0.67% -
XYZ 18.88 11.56 4.37 -
YUV 88.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 172 53 51 0 0.69 0.70 0.33 0.99 0.54 0.44
Hex AC 35 33 0 45 46 21 1 36 2C
Octal 254 65 63 0 105 106 41 1 66 54
Binary 10101100 110101 110011 0 1000101 1000110 100001 1 110110 101100

Color Harmonies of #AC3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3533

Black with #AC3533

Text Example


Text Example

White with #AC3533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3533; }

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

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

background-color css

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

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

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

border-color css

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

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

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