Html Css Color HEX #AD4036 Medium Carmine

📋 copy color: '#AD4036'

red 173 ◦ green 64 ◦ blue 54

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

Shades of Medium Carmine #AD4036

Tints of Medium Carmine #AD4036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 59.45%
G = 21.99%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD4036 (or 0xAD4036) is known color: Medium Carmine. HEX triplet: AD, 40 and 36. RGB value is (173,64,54). Sum of RGB (Red+Green+Blue) = 173+64+54=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4036 is #52BFC9. Grayscale: #5F5F5F. Windows color (decimal): -5423050 or 3555501. OLE color: 3555501.

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

Color convert

RGB 173 64 54 -
CMYK 0 0.63 0.69 0.32
HSL 5.04º 0.52% 0.45% -
HSV(B) 5.04º 0.69% 0.68% -
XYZ 19.73 12.82 4.92 -
YUV 95.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 173 64 54 0 0.63 0.69 0.32 5.04 0.52 0.45
Hex AD 40 36 0 3F 45 20 5 34 2D
Octal 255 100 66 0 77 105 40 5 64 55
Binary 10101101 1000000 110110 0 111111 1000101 100000 101 110100 101101

Color Harmonies of #AD4036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4036

Black with #AD4036

Text Example


Text Example

White with #AD4036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4036; }

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

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

background-color css

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

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

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

border-color css

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

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

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