Html Css Color HEX #AC3D28 Medium Carmine

📋 copy color: '#AC3D28'

red 172 ◦ green 61 ◦ blue 40

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

Shades of Medium Carmine #AC3D28

Tints of Medium Carmine #AC3D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 63%
G = 22.34%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC3D28 (or 0xAC3D28) is known color: Medium Carmine. HEX triplet: AC, 3D and 28. RGB value is (172,61,40). Sum of RGB (Red+Green+Blue) = 172+61+40=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D28 is #53C2D7. Grayscale: #5B5B5B. Windows color (decimal): -5489368 or 2637228. OLE color: 2637228.

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

Color convert

RGB 172 61 40 -
CMYK 0 0.65 0.77 0.33
HSL 9.55º 0.62% 0.42% -
HSV(B) 9.55º 0.77% 0.67% -
XYZ 19.07 12.26 3.37 -
YUV 91.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 172 61 40 0 0.65 0.77 0.33 9.55 0.62 0.42
Hex AC 3D 28 0 41 4D 21 A 3E 2A
Octal 254 75 50 0 101 115 41 12 76 52
Binary 10101100 111101 101000 0 1000001 1001101 100001 1010 111110 101010

Color Harmonies of #AC3D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D28

Black with #AC3D28

Text Example


Text Example

White with #AC3D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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