Html Css Color HEX #AC362F Medium Carmine

📋 copy color: '#AC362F'

red 172 ◦ green 54 ◦ blue 47

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

Shades of Medium Carmine #AC362F

Tints of Medium Carmine #AC362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 63%
G = 19.78%
B = 17.22%

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

#AC362F (or 0xAC362F) is known color: Medium Carmine. HEX triplet: AC, 36 and 2F. RGB value is (172,54,47). Sum of RGB (Red+Green+Blue) = 172+54+47=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC362F is #53C9D0. Grayscale: #585858. Windows color (decimal): -5491153 or 3094188. OLE color: 3094188.

HSL color Cylindrical-coordinate representation of color #AC362F: hue angle of 3.36º degrees, saturation: 0.57, 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 #AC362F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 54 47 -
CMYK 0 0.69 0.73 0.33
HSL 3.36º 0.57% 0.43% -
HSV(B) 3.36º 0.73% 0.67% -
XYZ 18.85 11.61 3.94 -
YUV 88.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 172 54 47 0 0.69 0.73 0.33 3.36 0.57 0.43
Hex AC 36 2F 0 45 49 21 3 39 2B
Octal 254 66 57 0 105 111 41 3 71 53
Binary 10101100 110110 101111 0 1000101 1001001 100001 11 111001 101011

Color Harmonies of #AC362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC362F

Black with #AC362F

Text Example


Text Example

White with #AC362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC362F; }

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

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

background-color css

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

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

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

border-color css

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

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

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