Html Css Color HEX #AD443C Medium Carmine

📋 copy color: '#AD443C'

red 173 ◦ green 68 ◦ blue 60

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

Shades of Medium Carmine #AD443C

Tints of Medium Carmine #AD443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 57.48%
G = 22.59%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD443C (or 0xAD443C) is known color: Medium Carmine. HEX triplet: AD, 44 and 3C. RGB value is (173,68,60). Sum of RGB (Red+Green+Blue) = 173+68+60=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD443C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD443C is #52BBC3. Grayscale: #626262. Windows color (decimal): -5422020 or 3949741. OLE color: 3949741.

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

Color convert

RGB 173 68 60 -
CMYK 0 0.61 0.65 0.32
HSL 4.25º 0.48% 0.46% -
HSV(B) 4.25º 0.65% 0.68% -
XYZ 20.12 13.34 5.79 -
YUV 98.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 173 68 60 0 0.61 0.65 0.32 4.25 0.48 0.46
Hex AD 44 3C 0 3D 41 20 4 30 2E
Octal 255 104 74 0 75 101 40 4 60 56
Binary 10101101 1000100 111100 0 111101 1000001 100000 100 110000 101110

Color Harmonies of #AD443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD443C

Black with #AD443C

Text Example


Text Example

White with #AD443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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