Html Css Color HEX #AC3F38 Medium Carmine

📋 copy color: '#AC3F38'

red 172 ◦ green 63 ◦ blue 56

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

Shades of Medium Carmine #AC3F38

Tints of Medium Carmine #AC3F38

RGB

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

 GREEN value IS 63 (25% from 255) = 21.65%

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 59.11%
G = 21.65%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC3F38 (or 0xAC3F38) is known color: Medium Carmine. HEX triplet: AC, 3F and 38. RGB value is (172,63,56). Sum of RGB (Red+Green+Blue) = 172+63+56=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F38 is #53C0C7. Grayscale: #5E5E5E. Windows color (decimal): -5488840 or 3686316. OLE color: 3686316.

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

Color convert

RGB 172 63 56 -
CMYK 0 0.63 0.67 0.33
HSL 3.62º 0.51% 0.45% -
HSV(B) 3.62º 0.67% 0.67% -
XYZ 19.5 12.61 5.15 -
YUV 94.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 172 63 56 0 0.63 0.67 0.33 3.62 0.51 0.45
Hex AC 3F 38 0 3F 43 21 4 33 2D
Octal 254 77 70 0 77 103 41 4 63 55
Binary 10101100 111111 111000 0 111111 1000011 100001 100 110011 101101

Color Harmonies of #AC3F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F38

Black with #AC3F38

Text Example


Text Example

White with #AC3F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F38; }

 p { color: rgb(172,63,56); }

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

background-color css

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

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

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

border-color css

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

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

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