Html Css Color HEX #AC3636 Medium Carmine

📋 copy color: '#AC3636'

red 172 ◦ green 54 ◦ blue 54

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

Shades of Medium Carmine #AC3636

Tints of Medium Carmine #AC3636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 61.43%
G = 19.29%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC3636 (or 0xAC3636) is known color: Medium Carmine. HEX triplet: AC, 36 and 36. RGB value is (172,54,54). Sum of RGB (Red+Green+Blue) = 172+54+54=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3636 is #53C9C9. Grayscale: #595959. Windows color (decimal): -5491146 or 3552940. OLE color: 3552940.

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

Color convert

RGB 172 54 54 -
CMYK 0 0.69 0.69 0.33
HSL 0.52% 0.44% -
HSV(B) 0.69% 0.67% -
XYZ 19 11.68 4.74 -
YUV 89.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 172 54 54 0 0.69 0.69 0.33 0 0.52 0.44
Hex AC 36 36 0 45 45 21 0 34 2C
Octal 254 66 66 0 105 105 41 0 64 54
Binary 10101100 110110 110110 0 1000101 1000101 100001 0 110100 101100

Color Harmonies of #AC3636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3636

Black with #AC3636

Text Example


Text Example

White with #AC3636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3636; }

 p { color: rgb(172,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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