Html Css Color HEX #AD442C Medium Carmine

📋 copy color: '#AD442C'

red 173 ◦ green 68 ◦ blue 44

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

Shades of Medium Carmine #AD442C

Tints of Medium Carmine #AD442C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 60.7%
G = 23.86%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD442C (or 0xAD442C) is known color: Medium Carmine. HEX triplet: AD, 44 and 2C. RGB value is (173,68,44). Sum of RGB (Red+Green+Blue) = 173+68+44=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD442C is #52BBD3. Grayscale: #606060. Windows color (decimal): -5422036 or 2901165. OLE color: 2901165.

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

Color convert

RGB 173 68 44 -
CMYK 0 0.61 0.75 0.32
HSL 11.16º 0.59% 0.43% -
HSV(B) 11.16º 0.75% 0.68% -
XYZ 19.76 13.2 3.89 -
YUV 96.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 173 68 44 0 0.61 0.75 0.32 11.16 0.59 0.43
Hex AD 44 2C 0 3D 4B 20 B 3B 2B
Octal 255 104 54 0 75 113 40 13 73 53
Binary 10101101 1000100 101100 0 111101 1001011 100000 1011 111011 101011

Color Harmonies of #AD442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD442C

Black with #AD442C

Text Example


Text Example

White with #AD442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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