Html Css Color HEX #AD3531 Medium Carmine

📋 copy color: '#AD3531'

red 173 ◦ green 53 ◦ blue 49

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

Shades of Medium Carmine #AD3531

Tints of Medium Carmine #AD3531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 49 (19.53% from 255) = 17.82%

R = 62.91%
G = 19.27%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3531 (or 0xAD3531) is known color: Medium Carmine. HEX triplet: AD, 35 and 31. RGB value is (173,53,49). Sum of RGB (Red+Green+Blue) = 173+53+49=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3531 is #52CACE. Grayscale: #585858. Windows color (decimal): -5425871 or 3225005. OLE color: 3225005.

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

Color convert

RGB 173 53 49 -
CMYK 0 0.69 0.72 0.32
HSL 1.94º 0.56% 0.44% -
HSV(B) 1.94º 0.72% 0.68% -
XYZ 19.06 11.65 4.15 -
YUV 88.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 173 53 49 0 0.69 0.72 0.32 1.94 0.56 0.44
Hex AD 35 31 0 45 48 20 2 38 2C
Octal 255 65 61 0 105 110 40 2 70 54
Binary 10101101 110101 110001 0 1000101 1001000 100000 10 111000 101100

Color Harmonies of #AD3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3531

Black with #AD3531

Text Example


Text Example

White with #AD3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3531; }

 p { color: rgb(173,53,49); }

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

background-color css

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

 a { background-color: rgb(173,53,49); }

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

border-color css

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

 span { border-color: rgb(173,53,49); }

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