Html Css Color HEX #AD3727 Medium Carmine

📋 copy color: '#AD3727'

red 173 ◦ green 55 ◦ blue 39

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

Shades of Medium Carmine #AD3727

Tints of Medium Carmine #AD3727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

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

R = 64.79%
G = 20.6%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD3727 (or 0xAD3727) is known color: Medium Carmine. HEX triplet: AD, 37 and 27. RGB value is (173,55,39). Sum of RGB (Red+Green+Blue) = 173+55+39=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3727 is #52C8D8. Grayscale: #585858. Windows color (decimal): -5425369 or 2570157. OLE color: 2570157.

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

Color convert

RGB 173 55 39 -
CMYK 0 0.68 0.77 0.32
HSL 7.16º 0.63% 0.42% -
HSV(B) 7.16º 0.77% 0.68% -
XYZ 18.97 11.76 3.19 -
YUV 88.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 173 55 39 0 0.68 0.77 0.32 7.16 0.63 0.42
Hex AD 37 27 0 44 4D 20 7 3F 2A
Octal 255 67 47 0 104 115 40 7 77 52
Binary 10101101 110111 100111 0 1000100 1001101 100000 111 111111 101010

Color Harmonies of #AD3727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3727

Black with #AD3727

Text Example


Text Example

White with #AD3727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3727; }

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

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

background-color css

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

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

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

border-color css

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

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

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