Html Css Color HEX #AD3D32 Medium Carmine

📋 copy color: '#AD3D32'

red 173 ◦ green 61 ◦ blue 50

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

Shades of Medium Carmine #AD3D32

Tints of Medium Carmine #AD3D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 60.92%
G = 21.48%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD3D32 (or 0xAD3D32) is known color: Medium Carmine. HEX triplet: AD, 3D and 32. RGB value is (173,61,50). Sum of RGB (Red+Green+Blue) = 173+61+50=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D32 is #52C2CD. Grayscale: #5D5D5D. Windows color (decimal): -5423822 or 3292589. OLE color: 3292589.

HSL color Cylindrical-coordinate representation of color #AD3D32: hue angle of 5.37º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3D32 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 61 50 -
CMYK 0 0.65 0.71 0.32
HSL 5.37º 0.55% 0.44% -
HSV(B) 5.37º 0.71% 0.68% -
XYZ 19.48 12.45 4.39 -
YUV 93.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 173 61 50 0 0.65 0.71 0.32 5.37 0.55 0.44
Hex AD 3D 32 0 41 47 20 5 37 2C
Octal 255 75 62 0 101 107 40 5 67 54
Binary 10101101 111101 110010 0 1000001 1000111 100000 101 110111 101100

Color Harmonies of #AD3D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D32

Black with #AD3D32

Text Example


Text Example

White with #AD3D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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