Html Css Color HEX #AD372F Medium Carmine

📋 copy color: '#AD372F'

red 173 ◦ green 55 ◦ blue 47

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

Shades of Medium Carmine #AD372F

Tints of Medium Carmine #AD372F

RGB

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

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

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

R = 62.91%
G = 20%
B = 17.09%

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

#AD372F (or 0xAD372F) is known color: Medium Carmine. HEX triplet: AD, 37 and 2F. RGB value is (173,55,47). Sum of RGB (Red+Green+Blue) = 173+55+47=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD372F is #52C8D0. Grayscale: #595959. Windows color (decimal): -5425361 or 3094445. OLE color: 3094445.

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

Color convert

RGB 173 55 47 -
CMYK 0 0.68 0.73 0.32
HSL 3.81º 0.57% 0.43% -
HSV(B) 3.81º 0.73% 0.68% -
XYZ 19.11 11.82 3.96 -
YUV 89.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 173 55 47 0 0.68 0.73 0.32 3.81 0.57 0.43
Hex AD 37 2F 0 44 49 20 4 39 2B
Octal 255 67 57 0 104 111 40 4 71 53
Binary 10101101 110111 101111 0 1000100 1001001 100000 100 111001 101011

Color Harmonies of #AD372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD372F

Black with #AD372F

Text Example


Text Example

White with #AD372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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