Html Css Color HEX #AD3C36 Medium Carmine

📋 copy color: '#AD3C36'

red 173 ◦ green 60 ◦ blue 54

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

Shades of Medium Carmine #AD3C36

Tints of Medium Carmine #AD3C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.82%

R = 60.28%
G = 20.91%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD3C36 (or 0xAD3C36) is known color: Medium Carmine. HEX triplet: AD, 3C and 36. RGB value is (173,60,54). Sum of RGB (Red+Green+Blue) = 173+60+54=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C36 is #52C3C9. Grayscale: #5D5D5D. Windows color (decimal): -5424074 or 3554477. OLE color: 3554477.

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

Color convert

RGB 173 60 54 -
CMYK 0 0.65 0.69 0.32
HSL 3.03º 0.52% 0.45% -
HSV(B) 3.03º 0.69% 0.68% -
XYZ 19.52 12.38 4.85 -
YUV 93.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 173 60 54 0 0.65 0.69 0.32 3.03 0.52 0.45
Hex AD 3C 36 0 41 45 20 3 34 2D
Octal 255 74 66 0 101 105 40 3 64 55
Binary 10101101 111100 110110 0 1000001 1000101 100000 11 110100 101101

Color Harmonies of #AD3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C36

Black with #AD3C36

Text Example


Text Example

White with #AD3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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