Html Css Color HEX #AD3E2F Medium Carmine

📋 copy color: '#AD3E2F'

red 173 ◦ green 62 ◦ blue 47

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

Shades of Medium Carmine #AD3E2F

Tints of Medium Carmine #AD3E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 61.35%
G = 21.99%
B = 16.67%

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

#AD3E2F (or 0xAD3E2F) is known color: Medium Carmine. HEX triplet: AD, 3E and 2F. RGB value is (173,62,47). Sum of RGB (Red+Green+Blue) = 173+62+47=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E2F is #52C1D0. Grayscale: #5D5D5D. Windows color (decimal): -5423569 or 3096237. OLE color: 3096237.

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

Color convert

RGB 173 62 47 -
CMYK 0 0.64 0.73 0.32
HSL 7.14º 0.57% 0.43% -
HSV(B) 7.14º 0.73% 0.68% -
XYZ 19.47 12.53 4.08 -
YUV 93.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 173 62 47 0 0.64 0.73 0.32 7.14 0.57 0.43
Hex AD 3E 2F 0 40 49 20 7 39 2B
Octal 255 76 57 0 100 111 40 7 71 53
Binary 10101101 111110 101111 0 1000000 1001001 100000 111 111001 101011

Color Harmonies of #AD3E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E2F

Black with #AD3E2F

Text Example


Text Example

White with #AD3E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E2F; }

 p { color: rgb(173,62,47); }

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

background-color css

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

 a { background-color: rgb(173,62,47); }

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

border-color css

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

 span { border-color: rgb(173,62,47); }

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