Html Css Color HEX #AD4038 Medium Carmine

📋 copy color: '#AD4038'

red 173 ◦ green 64 ◦ blue 56

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

Shades of Medium Carmine #AD4038

Tints of Medium Carmine #AD4038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.11%

R = 59.04%
G = 21.84%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD4038 (or 0xAD4038) is known color: Medium Carmine. HEX triplet: AD, 40 and 38. RGB value is (173,64,56). Sum of RGB (Red+Green+Blue) = 173+64+56=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4038 is #52BFC7. Grayscale: #5F5F5F. Windows color (decimal): -5423048 or 3686573. OLE color: 3686573.

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

Color convert

RGB 173 64 56 -
CMYK 0 0.63 0.68 0.32
HSL 4.1º 0.51% 0.45% -
HSV(B) 4.1º 0.68% 0.68% -
XYZ 19.78 12.84 5.18 -
YUV 95.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 173 64 56 0 0.63 0.68 0.32 4.1 0.51 0.45
Hex AD 40 38 0 3F 44 20 4 33 2D
Octal 255 100 70 0 77 104 40 4 63 55
Binary 10101101 1000000 111000 0 111111 1000100 100000 100 110011 101101

Color Harmonies of #AD4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4038

Black with #AD4038

Text Example


Text Example

White with #AD4038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4038; }

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

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

background-color css

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

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

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

border-color css

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

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

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