Html Css Color HEX #AC362B Medium Carmine

📋 copy color: '#AC362B'

red 172 ◦ green 54 ◦ blue 43

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

Shades of Medium Carmine #AC362B

Tints of Medium Carmine #AC362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 63.94%
G = 20.07%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC362B (or 0xAC362B) is known color: Medium Carmine. HEX triplet: AC, 36 and 2B. RGB value is (172,54,43). Sum of RGB (Red+Green+Blue) = 172+54+43=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC362B is #53C9D4. Grayscale: #585858. Windows color (decimal): -5491157 or 2832044. OLE color: 2832044.

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

Color convert

RGB 172 54 43 -
CMYK 0 0.69 0.75 0.33
HSL 5.12º 0.6% 0.42% -
HSV(B) 5.12º 0.75% 0.67% -
XYZ 18.77 11.58 3.53 -
YUV 88.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 172 54 43 0 0.69 0.75 0.33 5.12 0.6 0.42
Hex AC 36 2B 0 45 4B 21 5 3C 2A
Octal 254 66 53 0 105 113 41 5 74 52
Binary 10101100 110110 101011 0 1000101 1001011 100001 101 111100 101010

Color Harmonies of #AC362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC362B

Black with #AC362B

Text Example


Text Example

White with #AC362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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