Html Css Color HEX #AC3939 Medium Carmine

📋 copy color: '#AC3939'

red 172 ◦ green 57 ◦ blue 57

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

Shades of Medium Carmine #AC3939

Tints of Medium Carmine #AC3939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.93%

 BLUE value IS 57 (22.66% from 255) = 19.93%

R = 60.14%
G = 19.93%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC3939 (or 0xAC3939) is known color: Medium Carmine. HEX triplet: AC, 39 and 39. RGB value is (172,57,57). Sum of RGB (Red+Green+Blue) = 172+57+57=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3939 is #53C6C6. Grayscale: #5B5B5B. Windows color (decimal): -5490375 or 3750316. OLE color: 3750316.

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

Color convert

RGB 172 57 57 -
CMYK 0 0.67 0.67 0.33
HSL 0.5% 0.45% -
HSV(B) 0.67% 0.67% -
XYZ 19.21 11.99 5.17 -
YUV 91.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 172 57 57 0 0.67 0.67 0.33 0 0.5 0.45
Hex AC 39 39 0 43 43 21 0 32 2D
Octal 254 71 71 0 103 103 41 0 62 55
Binary 10101100 111001 111001 0 1000011 1000011 100001 0 110010 101101

Color Harmonies of #AC3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3939

Black with #AC3939

Text Example


Text Example

White with #AC3939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3939; }

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

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

background-color css

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

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

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

border-color css

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

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

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