Html Css Color HEX #AD4027 Medium Carmine

📋 copy color: '#AD4027'

red 173 ◦ green 64 ◦ blue 39

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

Shades of Medium Carmine #AD4027

Tints of Medium Carmine #AD4027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 62.68%
G = 23.19%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD4027 (or 0xAD4027) is known color: Medium Carmine. HEX triplet: AD, 40 and 27. RGB value is (173,64,39). Sum of RGB (Red+Green+Blue) = 173+64+39=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4027 is #52BFD8. Grayscale: #5D5D5D. Windows color (decimal): -5423065 or 2572461. OLE color: 2572461.

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

Color convert

RGB 173 64 39 -
CMYK 0 0.63 0.77 0.32
HSL 11.19º 0.63% 0.42% -
HSV(B) 11.19º 0.77% 0.68% -
XYZ 19.43 12.7 3.35 -
YUV 93.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 173 64 39 0 0.63 0.77 0.32 11.19 0.63 0.42
Hex AD 40 27 0 3F 4D 20 B 3F 2A
Octal 255 100 47 0 77 115 40 13 77 52
Binary 10101101 1000000 100111 0 111111 1001101 100000 1011 111111 101010

Color Harmonies of #AD4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4027

Black with #AD4027

Text Example


Text Example

White with #AD4027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4027; }

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

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

background-color css

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

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

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

border-color css

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

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

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