Html Css Color HEX #AD4031 Medium Carmine

📋 copy color: '#AD4031'

red 173 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #AD4031

Tints of Medium Carmine #AD4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

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

R = 60.49%
G = 22.38%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD4031 (or 0xAD4031) is known color: Medium Carmine. HEX triplet: AD, 40 and 31. RGB value is (173,64,49). Sum of RGB (Red+Green+Blue) = 173+64+49=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4031 is #52BFCE. Grayscale: #5F5F5F. Windows color (decimal): -5423055 or 3227821. OLE color: 3227821.

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

Color convert

RGB 173 64 49 -
CMYK 0 0.63 0.72 0.32
HSL 7.26º 0.56% 0.44% -
HSV(B) 7.26º 0.72% 0.68% -
XYZ 19.62 12.77 4.34 -
YUV 94.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 173 64 49 0 0.63 0.72 0.32 7.26 0.56 0.44
Hex AD 40 31 0 3F 48 20 7 38 2C
Octal 255 100 61 0 77 110 40 7 70 54
Binary 10101101 1000000 110001 0 111111 1001000 100000 111 111000 101100

Color Harmonies of #AD4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4031

Black with #AD4031

Text Example


Text Example

White with #AD4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4031; }

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

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

background-color css

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

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

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

border-color css

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

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

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