Html Css Color HEX #AC3F3E Medium Carmine

📋 copy color: '#AC3F3E'

red 172 ◦ green 63 ◦ blue 62

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

Shades of Medium Carmine #AC3F3E

Tints of Medium Carmine #AC3F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.88%

R = 57.91%
G = 21.21%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC3F3E (or 0xAC3F3E) is known color: Medium Carmine. HEX triplet: AC, 3F and 3E. RGB value is (172,63,62). Sum of RGB (Red+Green+Blue) = 172+63+62=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F3E is #53C0C1. Grayscale: #5F5F5F. Windows color (decimal): -5488834 or 4079532. OLE color: 4079532.

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

Color convert

RGB 172 63 62 -
CMYK 0 0.63 0.64 0.33
HSL 0.55º 0.47% 0.46% -
HSV(B) 0.55º 0.64% 0.67% -
XYZ 19.66 12.67 5.97 -
YUV 95.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 172 63 62 0 0.63 0.64 0.33 0.55 0.47 0.46
Hex AC 3F 3E 0 3F 40 21 1 2F 2E
Octal 254 77 76 0 77 100 41 1 57 56
Binary 10101100 111111 111110 0 111111 1000000 100001 1 101111 101110

Color Harmonies of #AC3F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F3E

Black with #AC3F3E

Text Example


Text Example

White with #AC3F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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