Html Css Color HEX #AC3D3D Medium Carmine

📋 copy color: '#AC3D3D'

red 172 ◦ green 61 ◦ blue 61

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

Shades of Medium Carmine #AC3D3D

Tints of Medium Carmine #AC3D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 58.5%
G = 20.75%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC3D3D (or 0xAC3D3D) is known color: Medium Carmine. HEX triplet: AC, 3D and 3D. RGB value is (172,61,61). Sum of RGB (Red+Green+Blue) = 172+61+61=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D3D is #53C2C2. Grayscale: #5E5E5E. Windows color (decimal): -5489347 or 4013484. OLE color: 4013484.

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

Color convert

RGB 172 61 61 -
CMYK 0 0.65 0.65 0.33
HSL 0.48% 0.46% -
HSV(B) 0.65% 0.67% -
XYZ 19.52 12.45 5.79 -
YUV 94.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 172 61 61 0 0.65 0.65 0.33 0 0.48 0.46
Hex AC 3D 3D 0 41 41 21 0 30 2E
Octal 254 75 75 0 101 101 41 0 60 56
Binary 10101100 111101 111101 0 1000001 1000001 100001 0 110000 101110

Color Harmonies of #AC3D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D3D

Black with #AC3D3D

Text Example


Text Example

White with #AC3D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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