Html Css Color HEX #AC3926 Medium Carmine

📋 copy color: '#AC3926'

red 172 ◦ green 57 ◦ blue 38

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

Shades of Medium Carmine #AC3926

Tints of Medium Carmine #AC3926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 64.42%
G = 21.35%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3926 (or 0xAC3926) is known color: Medium Carmine. HEX triplet: AC, 39 and 26. RGB value is (172,57,38). Sum of RGB (Red+Green+Blue) = 172+57+38=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3926 is #53C6D9. Grayscale: #595959. Windows color (decimal): -5490394 or 2505132. OLE color: 2505132.

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

Color convert

RGB 172 57 38 -
CMYK 0 0.67 0.78 0.33
HSL 8.51º 0.64% 0.41% -
HSV(B) 8.51º 0.78% 0.67% -
XYZ 18.83 11.84 3.13 -
YUV 89.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 172 57 38 0 0.67 0.78 0.33 8.51 0.64 0.41
Hex AC 39 26 0 43 4E 21 9 40 29
Octal 254 71 46 0 103 116 41 11 100 51
Binary 10101100 111001 100110 0 1000011 1001110 100001 1001 1000000 101001

Color Harmonies of #AC3926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3926

Black with #AC3926

Text Example


Text Example

White with #AC3926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3926; }

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

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

background-color css

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

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

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

border-color css

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

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

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