Html Css Color HEX #AD382F Medium Carmine

📋 copy color: '#AD382F'

red 173 ◦ green 56 ◦ blue 47

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

Shades of Medium Carmine #AD382F

Tints of Medium Carmine #AD382F

RGB

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

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

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

R = 62.68%
G = 20.29%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD382F (or 0xAD382F) is known color: Medium Carmine. HEX triplet: AD, 38 and 2F. RGB value is (173,56,47). Sum of RGB (Red+Green+Blue) = 173+56+47=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD382F is #52C7D0. Grayscale: #5A5A5A. Windows color (decimal): -5425105 or 3094701. OLE color: 3094701.

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

Color convert

RGB 173 56 47 -
CMYK 0 0.68 0.73 0.32
HSL 4.29º 0.57% 0.43% -
HSV(B) 4.29º 0.73% 0.68% -
XYZ 19.16 11.92 3.98 -
YUV 89.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 173 56 47 0 0.68 0.73 0.32 4.29 0.57 0.43
Hex AD 38 2F 0 44 49 20 4 39 2B
Octal 255 70 57 0 104 111 40 4 71 53
Binary 10101101 111000 101111 0 1000100 1001001 100000 100 111001 101011

Color Harmonies of #AD382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD382F

Black with #AD382F

Text Example


Text Example

White with #AD382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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