Html Css Color HEX #AD3F2C Medium Carmine

📋 copy color: '#AD3F2C'

red 173 ◦ green 63 ◦ blue 44

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

Shades of Medium Carmine #AD3F2C

Tints of Medium Carmine #AD3F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 22.5%

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

R = 61.79%
G = 22.5%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD3F2C (or 0xAD3F2C) is known color: Medium Carmine. HEX triplet: AD, 3F and 2C. RGB value is (173,63,44). Sum of RGB (Red+Green+Blue) = 173+63+44=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F2C is #52C0D3. Grayscale: #5D5D5D. Windows color (decimal): -5423316 or 2899885. OLE color: 2899885.

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

Color convert

RGB 173 63 44 -
CMYK 0 0.64 0.75 0.32
HSL 8.84º 0.59% 0.43% -
HSV(B) 8.84º 0.75% 0.68% -
XYZ 19.47 12.62 3.79 -
YUV 93.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 173 63 44 0 0.64 0.75 0.32 8.84 0.59 0.43
Hex AD 3F 2C 0 40 4B 20 9 3B 2B
Octal 255 77 54 0 100 113 40 11 73 53
Binary 10101101 111111 101100 0 1000000 1001011 100000 1001 111011 101011

Color Harmonies of #AD3F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F2C

Black with #AD3F2C

Text Example


Text Example

White with #AD3F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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