Html Css Color HEX #AC382F Medium Carmine

📋 copy color: '#AC382F'

red 172 ◦ green 56 ◦ blue 47

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

Shades of Medium Carmine #AC382F

Tints of Medium Carmine #AC382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.36%

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

R = 62.55%
G = 20.36%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC382F (or 0xAC382F) is known color: Medium Carmine. HEX triplet: AC, 38 and 2F. RGB value is (172,56,47). Sum of RGB (Red+Green+Blue) = 172+56+47=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC382F is #53C7D0. Grayscale: #595959. Windows color (decimal): -5490641 or 3094700. OLE color: 3094700.

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

Color convert

RGB 172 56 47 -
CMYK 0 0.67 0.73 0.33
HSL 4.32º 0.57% 0.43% -
HSV(B) 4.32º 0.73% 0.67% -
XYZ 18.94 11.8 3.97 -
YUV 89.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 172 56 47 0 0.67 0.73 0.33 4.32 0.57 0.43
Hex AC 38 2F 0 43 49 21 4 39 2B
Octal 254 70 57 0 103 111 41 4 71 53
Binary 10101100 111000 101111 0 1000011 1001001 100001 100 111001 101011

Color Harmonies of #AC382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC382F

Black with #AC382F

Text Example


Text Example

White with #AC382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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