Html Css Color HEX #AD3431 Medium Carmine

📋 copy color: '#AD3431'

red 173 ◦ green 52 ◦ blue 49

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

Shades of Medium Carmine #AD3431

Tints of Medium Carmine #AD3431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

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

R = 63.14%
G = 18.98%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3431 (or 0xAD3431) is known color: Medium Carmine. HEX triplet: AD, 34 and 31. RGB value is (173,52,49). Sum of RGB (Red+Green+Blue) = 173+52+49=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3431 is #52CBCE. Grayscale: #575757. Windows color (decimal): -5426127 or 3224749. OLE color: 3224749.

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

Color convert

RGB 173 52 49 -
CMYK 0 0.70 0.72 0.32
HSL 1.45º 0.56% 0.44% -
HSV(B) 1.45º 0.72% 0.68% -
XYZ 19.02 11.56 4.14 -
YUV 87.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 173 52 49 0 0.70 0.72 0.32 1.45 0.56 0.44
Hex AD 34 31 0 46 48 20 1 38 2C
Octal 255 64 61 0 106 110 40 1 70 54
Binary 10101101 110100 110001 0 1000110 1001000 100000 1 111000 101100

Color Harmonies of #AD3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3431

Black with #AD3431

Text Example


Text Example

White with #AD3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3431; }

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

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

background-color css

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

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

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

border-color css

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

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

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