Html Css Color HEX #AD3F2E Medium Carmine

📋 copy color: '#AD3F2E'

red 173 ◦ green 63 ◦ blue 46

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

Shades of Medium Carmine #AD3F2E

Tints of Medium Carmine #AD3F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 61.35%
G = 22.34%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD3F2E (or 0xAD3F2E) is known color: Medium Carmine. HEX triplet: AD, 3F and 2E. RGB value is (173,63,46). Sum of RGB (Red+Green+Blue) = 173+63+46=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F2E is #52C0D1. Grayscale: #5E5E5E. Windows color (decimal): -5423314 or 3030957. OLE color: 3030957.

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

Color convert

RGB 173 63 46 -
CMYK 0 0.64 0.73 0.32
HSL 8.03º 0.58% 0.43% -
HSV(B) 8.03º 0.73% 0.68% -
XYZ 19.5 12.64 4 -
YUV 93.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 173 63 46 0 0.64 0.73 0.32 8.03 0.58 0.43
Hex AD 3F 2E 0 40 49 20 8 3A 2B
Octal 255 77 56 0 100 111 40 10 72 53
Binary 10101101 111111 101110 0 1000000 1001001 100000 1000 111010 101011

Color Harmonies of #AD3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F2E

Black with #AD3F2E

Text Example


Text Example

White with #AD3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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