Html Css Color HEX #AD3730 Medium Carmine

📋 copy color: '#AD3730'

red 173 ◦ green 55 ◦ blue 48

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

Shades of Medium Carmine #AD3730

Tints of Medium Carmine #AD3730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.39%

R = 62.68%
G = 19.93%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3730 (or 0xAD3730) is known color: Medium Carmine. HEX triplet: AD, 37 and 30. RGB value is (173,55,48). Sum of RGB (Red+Green+Blue) = 173+55+48=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3730 is #52C8CF. Grayscale: #595959. Windows color (decimal): -5425360 or 3159981. OLE color: 3159981.

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

Color convert

RGB 173 55 48 -
CMYK 0 0.68 0.72 0.32
HSL 3.36º 0.57% 0.43% -
HSV(B) 3.36º 0.72% 0.68% -
XYZ 19.13 11.83 4.07 -
YUV 89.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 173 55 48 0 0.68 0.72 0.32 3.36 0.57 0.43
Hex AD 37 30 0 44 48 20 3 39 2B
Octal 255 67 60 0 104 110 40 3 71 53
Binary 10101101 110111 110000 0 1000100 1001000 100000 11 111001 101011

Color Harmonies of #AD3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3730

Black with #AD3730

Text Example


Text Example

White with #AD3730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3730; }

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

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

background-color css

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

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

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

border-color css

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

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

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