Html Css Color HEX #AC3C26 Medium Carmine

📋 copy color: '#AC3C26'

red 172 ◦ green 60 ◦ blue 38

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

Shades of Medium Carmine #AC3C26

Tints of Medium Carmine #AC3C26

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

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

R = 63.7%
G = 22.22%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3C26 (or 0xAC3C26) is known color: Medium Carmine. HEX triplet: AC, 3C and 26. RGB value is (172,60,38). Sum of RGB (Red+Green+Blue) = 172+60+38=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C26 is #53C3D9. Grayscale: #5B5B5B. Windows color (decimal): -5489626 or 2505900. OLE color: 2505900.

HSL color Cylindrical-coordinate representation of color #AC3C26: hue angle of 9.85º 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 #AC3C26 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 60 38 -
CMYK 0 0.65 0.78 0.33
HSL 9.85º 0.64% 0.41% -
HSV(B) 9.85º 0.78% 0.67% -
XYZ 18.98 12.14 3.18 -
YUV 90.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 172 60 38 0 0.65 0.78 0.33 9.85 0.64 0.41
Hex AC 3C 26 0 41 4E 21 A 40 29
Octal 254 74 46 0 101 116 41 12 100 51
Binary 10101100 111100 100110 0 1000001 1001110 100001 1010 1000000 101001

Color Harmonies of #AC3C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C26

Black with #AC3C26

Text Example


Text Example

White with #AC3C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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