Html Css Color HEX #AC3735 Medium Carmine

📋 copy color: '#AC3735'

red 172 ◦ green 55 ◦ blue 53

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

Shades of Medium Carmine #AC3735

Tints of Medium Carmine #AC3735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.64%

 BLUE value IS 53 (21.09% from 255) = 18.93%

R = 61.43%
G = 19.64%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC3735 (or 0xAC3735) is known color: Medium Carmine. HEX triplet: AC, 37 and 35. RGB value is (172,55,53). Sum of RGB (Red+Green+Blue) = 172+55+53=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3735 is #53C8CA. Grayscale: #595959. Windows color (decimal): -5490891 or 3487660. OLE color: 3487660.

HSL color Cylindrical-coordinate representation of color #AC3735: hue angle of 1.01º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3735 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 55 53 -
CMYK 0 0.68 0.69 0.33
HSL 1.01º 0.53% 0.44% -
HSV(B) 1.01º 0.69% 0.67% -
XYZ 19.02 11.76 4.64 -
YUV 89.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 172 55 53 0 0.68 0.69 0.33 1.01 0.53 0.44
Hex AC 37 35 0 44 45 21 1 35 2C
Octal 254 67 65 0 104 105 41 1 65 54
Binary 10101100 110111 110101 0 1000100 1000101 100001 1 110101 101100

Color Harmonies of #AC3735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3735

Black with #AC3735

Text Example


Text Example

White with #AC3735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3735; }

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

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

background-color css

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

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

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

border-color css

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

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

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