Html Css Color HEX #AC3A29 Medium Carmine

📋 copy color: '#AC3A29'

red 172 ◦ green 58 ◦ blue 41

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

Shades of Medium Carmine #AC3A29

Tints of Medium Carmine #AC3A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.4%

 BLUE value IS 41 (16.41% from 255) = 15.13%

R = 63.47%
G = 21.4%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC3A29 (or 0xAC3A29) is known color: Medium Carmine. HEX triplet: AC, 3A and 29. RGB value is (172,58,41). Sum of RGB (Red+Green+Blue) = 172+58+41=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A29 is #53C5D6. Grayscale: #5A5A5A. Windows color (decimal): -5490135 or 2701996. OLE color: 2701996.

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

Color convert

RGB 172 58 41 -
CMYK 0 0.66 0.76 0.33
HSL 7.79º 0.62% 0.42% -
HSV(B) 7.79º 0.76% 0.67% -
XYZ 18.93 11.96 3.41 -
YUV 90.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 172 58 41 0 0.66 0.76 0.33 7.79 0.62 0.42
Hex AC 3A 29 0 42 4C 21 8 3E 2A
Octal 254 72 51 0 102 114 41 10 76 52
Binary 10101100 111010 101001 0 1000010 1001100 100001 1000 111110 101010

Color Harmonies of #AC3A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A29

Black with #AC3A29

Text Example


Text Example

White with #AC3A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A29; }

 p { color: rgb(172,58,41); }

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

background-color css

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

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

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

border-color css

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

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

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