Html Css Color HEX #AC362E Medium Carmine

📋 copy color: '#AC362E'

red 172 ◦ green 54 ◦ blue 46

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

Shades of Medium Carmine #AC362E

Tints of Medium Carmine #AC362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 63.24%
G = 19.85%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC362E (or 0xAC362E) is known color: Medium Carmine. HEX triplet: AC, 36 and 2E. RGB value is (172,54,46). Sum of RGB (Red+Green+Blue) = 172+54+46=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC362E is #53C9D1. Grayscale: #585858. Windows color (decimal): -5491154 or 3028652. OLE color: 3028652.

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

Color convert

RGB 172 54 46 -
CMYK 0 0.69 0.73 0.33
HSL 3.81º 0.58% 0.43% -
HSV(B) 3.81º 0.73% 0.67% -
XYZ 18.83 11.61 3.83 -
YUV 88.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 172 54 46 0 0.69 0.73 0.33 3.81 0.58 0.43
Hex AC 36 2E 0 45 49 21 4 3A 2B
Octal 254 66 56 0 105 111 41 4 72 53
Binary 10101100 110110 101110 0 1000101 1001001 100001 100 111010 101011

Color Harmonies of #AC362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC362E

Black with #AC362E

Text Example


Text Example

White with #AC362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC362E; }

 p { color: rgb(172,54,46); }

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

background-color css

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

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

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

border-color css

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

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

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