Html Css Color HEX #AD372C Medium Carmine

📋 copy color: '#AD372C'

red 173 ◦ green 55 ◦ blue 44

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

Shades of Medium Carmine #AD372C

Tints of Medium Carmine #AD372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.22%

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

R = 63.6%
G = 20.22%
B = 16.18%

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

#AD372C (or 0xAD372C) is known color: Medium Carmine. HEX triplet: AD, 37 and 2C. RGB value is (173,55,44). Sum of RGB (Red+Green+Blue) = 173+55+44=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD372C is #52C8D3. Grayscale: #595959. Windows color (decimal): -5425364 or 2897837. OLE color: 2897837.

HSL color Cylindrical-coordinate representation of color #AD372C: hue angle of 5.12º 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 #AD372C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 55 44 -
CMYK 0 0.68 0.75 0.32
HSL 5.12º 0.59% 0.43% -
HSV(B) 5.12º 0.75% 0.68% -
XYZ 19.05 11.8 3.66 -
YUV 89.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 173 55 44 0 0.68 0.75 0.32 5.12 0.59 0.43
Hex AD 37 2C 0 44 4B 20 5 3B 2B
Octal 255 67 54 0 104 113 40 5 73 53
Binary 10101101 110111 101100 0 1000100 1001011 100000 101 111011 101011

Color Harmonies of #AD372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD372C

Black with #AD372C

Text Example


Text Example

White with #AD372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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