Html Css Color HEX #AD3C3B Medium Carmine

📋 copy color: '#AD3C3B'

red 173 ◦ green 60 ◦ blue 59

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

Shades of Medium Carmine #AD3C3B

Tints of Medium Carmine #AD3C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 59.25%
G = 20.55%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD3C3B (or 0xAD3C3B) is known color: Medium Carmine. HEX triplet: AD, 3C and 3B. RGB value is (173,60,59). Sum of RGB (Red+Green+Blue) = 173+60+59=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C3B is #52C3C4. Grayscale: #5D5D5D. Windows color (decimal): -5424069 or 3882157. OLE color: 3882157.

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

Color convert

RGB 173 60 59 -
CMYK 0 0.65 0.66 0.32
HSL 0.53º 0.49% 0.45% -
HSV(B) 0.53º 0.66% 0.68% -
XYZ 19.64 12.43 5.5 -
YUV 93.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 173 60 59 0 0.65 0.66 0.32 0.53 0.49 0.45
Hex AD 3C 3B 0 41 42 20 1 31 2D
Octal 255 74 73 0 101 102 40 1 61 55
Binary 10101101 111100 111011 0 1000001 1000010 100000 1 110001 101101

Color Harmonies of #AD3C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C3B

Black with #AD3C3B

Text Example


Text Example

White with #AD3C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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