Html Css Color HEX #AC3A2E Medium Carmine

📋 copy color: '#AC3A2E'

red 172 ◦ green 58 ◦ blue 46

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

Shades of Medium Carmine #AC3A2E

Tints of Medium Carmine #AC3A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 62.32%
G = 21.01%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC3A2E (or 0xAC3A2E) is known color: Medium Carmine. HEX triplet: AC, 3A and 2E. RGB value is (172,58,46). Sum of RGB (Red+Green+Blue) = 172+58+46=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A2E is #53C5D1. Grayscale: #5A5A5A. Windows color (decimal): -5490130 or 3029676. OLE color: 3029676.

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

Color convert

RGB 172 58 46 -
CMYK 0 0.66 0.73 0.33
HSL 5.71º 0.58% 0.43% -
HSV(B) 5.71º 0.73% 0.67% -
XYZ 19.02 11.99 3.9 -
YUV 90.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 172 58 46 0 0.66 0.73 0.33 5.71 0.58 0.43
Hex AC 3A 2E 0 42 49 21 6 3A 2B
Octal 254 72 56 0 102 111 41 6 72 53
Binary 10101100 111010 101110 0 1000010 1001001 100001 110 111010 101011

Color Harmonies of #AC3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A2E

Black with #AC3A2E

Text Example


Text Example

White with #AC3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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