Html Css Color HEX #AC3D31 Medium Carmine

📋 copy color: '#AC3D31'

red 172 ◦ green 61 ◦ blue 49

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

Shades of Medium Carmine #AC3D31

Tints of Medium Carmine #AC3D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.63%

 BLUE value IS 49 (19.53% from 255) = 17.38%

R = 60.99%
G = 21.63%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC3D31 (or 0xAC3D31) is known color: Medium Carmine. HEX triplet: AC, 3D and 31. RGB value is (172,61,49). Sum of RGB (Red+Green+Blue) = 172+61+49=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D31 is #53C2CE. Grayscale: #5C5C5C. Windows color (decimal): -5489359 or 3227052. OLE color: 3227052.

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

Color convert

RGB 172 61 49 -
CMYK 0 0.65 0.72 0.33
HSL 5.85º 0.56% 0.43% -
HSV(B) 5.85º 0.72% 0.67% -
XYZ 19.24 12.33 4.27 -
YUV 92.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 172 61 49 0 0.65 0.72 0.33 5.85 0.56 0.43
Hex AC 3D 31 0 41 48 21 6 38 2B
Octal 254 75 61 0 101 110 41 6 70 53
Binary 10101100 111101 110001 0 1000001 1001000 100001 110 111000 101011

Color Harmonies of #AC3D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D31

Black with #AC3D31

Text Example


Text Example

White with #AC3D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D31; }

 p { color: rgb(172,61,49); }

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

background-color css

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

 a { background-color: rgb(172,61,49); }

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

border-color css

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

 span { border-color: rgb(172,61,49); }

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