Html Css Color HEX #AD3C27 Medium Carmine

📋 copy color: '#AD3C27'

red 173 ◦ green 60 ◦ blue 39

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

Shades of Medium Carmine #AD3C27

Tints of Medium Carmine #AD3C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

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

R = 63.6%
G = 22.06%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD3C27 (or 0xAD3C27) is known color: Medium Carmine. HEX triplet: AD, 3C and 27. RGB value is (173,60,39). Sum of RGB (Red+Green+Blue) = 173+60+39=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C27 is #52C3D8. Grayscale: #5B5B5B. Windows color (decimal): -5424089 or 2571437. OLE color: 2571437.

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

Color convert

RGB 173 60 39 -
CMYK 0 0.65 0.77 0.32
HSL 9.4º 0.63% 0.42% -
HSV(B) 9.4º 0.77% 0.68% -
XYZ 19.22 12.26 3.27 -
YUV 91.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 173 60 39 0 0.65 0.77 0.32 9.4 0.63 0.42
Hex AD 3C 27 0 41 4D 20 9 3F 2A
Octal 255 74 47 0 101 115 40 11 77 52
Binary 10101101 111100 100111 0 1000001 1001101 100000 1001 111111 101010

Color Harmonies of #AD3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C27

Black with #AD3C27

Text Example


Text Example

White with #AD3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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