Html Css Color HEX #AD3D2F Medium Carmine

📋 copy color: '#AD3D2F'

red 173 ◦ green 61 ◦ blue 47

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

Shades of Medium Carmine #AD3D2F

Tints of Medium Carmine #AD3D2F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.71%

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

R = 61.57%
G = 21.71%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD3D2F (or 0xAD3D2F) is known color: Medium Carmine. HEX triplet: AD, 3D and 2F. RGB value is (173,61,47). Sum of RGB (Red+Green+Blue) = 173+61+47=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D2F is #52C2D0. Grayscale: #5D5D5D. Windows color (decimal): -5423825 or 3095981. OLE color: 3095981.

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

Color convert

RGB 173 61 47 -
CMYK 0 0.65 0.73 0.32
HSL 6.67º 0.57% 0.43% -
HSV(B) 6.67º 0.73% 0.68% -
XYZ 19.42 12.43 4.06 -
YUV 92.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 173 61 47 0 0.65 0.73 0.32 6.67 0.57 0.43
Hex AD 3D 2F 0 41 49 20 7 39 2B
Octal 255 75 57 0 101 111 40 7 71 53
Binary 10101101 111101 101111 0 1000001 1001001 100000 111 111001 101011

Color Harmonies of #AD3D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D2F

Black with #AD3D2F

Text Example


Text Example

White with #AD3D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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