Html Css Color HEX #AD4227 Medium Carmine

📋 copy color: '#AD4227'

red 173 ◦ green 66 ◦ blue 39

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

Shades of Medium Carmine #AD4227

Tints of Medium Carmine #AD4227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

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

R = 62.23%
G = 23.74%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD4227 (or 0xAD4227) is known color: Medium Carmine. HEX triplet: AD, 42 and 27. RGB value is (173,66,39). Sum of RGB (Red+Green+Blue) = 173+66+39=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4227 is #52BDD8. Grayscale: #5F5F5F. Windows color (decimal): -5422553 or 2572973. OLE color: 2572973.

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

Color convert

RGB 173 66 39 -
CMYK 0 0.62 0.77 0.32
HSL 12.09º 0.63% 0.42% -
HSV(B) 12.09º 0.77% 0.68% -
XYZ 19.55 12.93 3.38 -
YUV 94.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 173 66 39 0 0.62 0.77 0.32 12.09 0.63 0.42
Hex AD 42 27 0 3E 4D 20 C 3F 2A
Octal 255 102 47 0 76 115 40 14 77 52
Binary 10101101 1000010 100111 0 111110 1001101 100000 1100 111111 101010

Color Harmonies of #AD4227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4227

Black with #AD4227

Text Example


Text Example

White with #AD4227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4227; }

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

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

background-color css

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

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

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

border-color css

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

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

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