Html Css Color HEX #AC3924 Medium Carmine

📋 copy color: '#AC3924'

red 172 ◦ green 57 ◦ blue 36

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

Shades of Medium Carmine #AC3924

Tints of Medium Carmine #AC3924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 64.91%
G = 21.51%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC3924 (or 0xAC3924) is known color: Medium Carmine. HEX triplet: AC, 39 and 24. RGB value is (172,57,36). Sum of RGB (Red+Green+Blue) = 172+57+36=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3924 is #53C6DB. Grayscale: #595959. Windows color (decimal): -5490396 or 2374060. OLE color: 2374060.

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

Color convert

RGB 172 57 36 -
CMYK 0 0.67 0.79 0.33
HSL 9.26º 0.65% 0.41% -
HSV(B) 9.26º 0.79% 0.67% -
XYZ 18.79 11.82 2.96 -
YUV 88.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 172 57 36 0 0.67 0.79 0.33 9.26 0.65 0.41
Hex AC 39 24 0 43 4F 21 9 41 29
Octal 254 71 44 0 103 117 41 11 101 51
Binary 10101100 111001 100100 0 1000011 1001111 100001 1001 1000001 101001

Color Harmonies of #AC3924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3924

Black with #AC3924

Text Example


Text Example

White with #AC3924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3924; }

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

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

background-color css

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

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

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

border-color css

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

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

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