Html Css Color HEX #AC382D Medium Carmine

📋 copy color: '#AC382D'

red 172 ◦ green 56 ◦ blue 45

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

Shades of Medium Carmine #AC382D

Tints of Medium Carmine #AC382D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 63%
G = 20.51%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC382D (or 0xAC382D) is known color: Medium Carmine. HEX triplet: AC, 38 and 2D. RGB value is (172,56,45). Sum of RGB (Red+Green+Blue) = 172+56+45=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC382D is #53C7D2. Grayscale: #595959. Windows color (decimal): -5490643 or 2963628. OLE color: 2963628.

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

Color convert

RGB 172 56 45 -
CMYK 0 0.67 0.74 0.33
HSL 5.2º 0.59% 0.43% -
HSV(B) 5.2º 0.74% 0.67% -
XYZ 18.9 11.79 3.76 -
YUV 89.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 172 56 45 0 0.67 0.74 0.33 5.2 0.59 0.43
Hex AC 38 2D 0 43 4A 21 5 3B 2B
Octal 254 70 55 0 103 112 41 5 73 53
Binary 10101100 111000 101101 0 1000011 1001010 100001 101 111011 101011

Color Harmonies of #AC382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC382D

Black with #AC382D

Text Example


Text Example

White with #AC382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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