Html Css Color HEX #AD372B Medium Carmine

📋 copy color: '#AD372B'

red 173 ◦ green 55 ◦ blue 43

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

Shades of Medium Carmine #AD372B

Tints of Medium Carmine #AD372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 63.84%
G = 20.3%
B = 15.87%

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

#AD372B (or 0xAD372B) is known color: Medium Carmine. HEX triplet: AD, 37 and 2B. RGB value is (173,55,43). Sum of RGB (Red+Green+Blue) = 173+55+43=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD372B is #52C8D4. Grayscale: #595959. Windows color (decimal): -5425365 or 2832301. OLE color: 2832301.

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

Color convert

RGB 173 55 43 -
CMYK 0 0.68 0.75 0.32
HSL 5.54º 0.6% 0.42% -
HSV(B) 5.54º 0.75% 0.68% -
XYZ 19.04 11.79 3.56 -
YUV 88.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 173 55 43 0 0.68 0.75 0.32 5.54 0.6 0.42
Hex AD 37 2B 0 44 4B 20 6 3C 2A
Octal 255 67 53 0 104 113 40 6 74 52
Binary 10101101 110111 101011 0 1000100 1001011 100000 110 111100 101010

Color Harmonies of #AD372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD372B

Black with #AD372B

Text Example


Text Example

White with #AD372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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