Html Css Color HEX #AC3A2D Medium Carmine

📋 copy color: '#AC3A2D'

red 172 ◦ green 58 ◦ blue 45

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

Shades of Medium Carmine #AC3A2D

Tints of Medium Carmine #AC3A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 62.55%
G = 21.09%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC3A2D (or 0xAC3A2D) is known color: Medium Carmine. HEX triplet: AC, 3A and 2D. RGB value is (172,58,45). Sum of RGB (Red+Green+Blue) = 172+58+45=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A2D is #53C5D2. Grayscale: #5A5A5A. Windows color (decimal): -5490131 or 2964140. OLE color: 2964140.

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

Color convert

RGB 172 58 45 -
CMYK 0 0.66 0.74 0.33
HSL 6.14º 0.59% 0.43% -
HSV(B) 6.14º 0.74% 0.67% -
XYZ 19 11.99 3.79 -
YUV 90.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 172 58 45 0 0.66 0.74 0.33 6.14 0.59 0.43
Hex AC 3A 2D 0 42 4A 21 6 3B 2B
Octal 254 72 55 0 102 112 41 6 73 53
Binary 10101100 111010 101101 0 1000010 1001010 100001 110 111011 101011

Color Harmonies of #AC3A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A2D

Black with #AC3A2D

Text Example


Text Example

White with #AC3A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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