Html Css Color HEX #AD382C Medium Carmine

📋 copy color: '#AD382C'

red 173 ◦ green 56 ◦ blue 44

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

Shades of Medium Carmine #AD382C

Tints of Medium Carmine #AD382C

RGB

 RED value IS 173 (67.97% from 255) = 63.37%

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 63.37%
G = 20.51%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD382C (or 0xAD382C) is known color: Medium Carmine. HEX triplet: AD, 38 and 2C. RGB value is (173,56,44). Sum of RGB (Red+Green+Blue) = 173+56+44=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD382C is #52C7D3. Grayscale: #595959. Windows color (decimal): -5425108 or 2898093. OLE color: 2898093.

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

Color convert

RGB 173 56 44 -
CMYK 0 0.68 0.75 0.32
HSL 5.58º 0.59% 0.43% -
HSV(B) 5.58º 0.75% 0.68% -
XYZ 19.1 11.89 3.67 -
YUV 89.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 173 56 44 0 0.68 0.75 0.32 5.58 0.59 0.43
Hex AD 38 2C 0 44 4B 20 6 3B 2B
Octal 255 70 54 0 104 113 40 6 73 53
Binary 10101101 111000 101100 0 1000100 1001011 100000 110 111011 101011

Color Harmonies of #AD382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD382C

Black with #AD382C

Text Example


Text Example

White with #AD382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD382C; }

 p { color: rgb(173,56,44); }

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

background-color css

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

 a { background-color: rgb(173,56,44); }

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

border-color css

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

 span { border-color: rgb(173,56,44); }

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