Html Css Color HEX #AD3D33 Medium Carmine

📋 copy color: '#AD3D33'

red 173 ◦ green 61 ◦ blue 51

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

Shades of Medium Carmine #AD3D33

Tints of Medium Carmine #AD3D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 60.7%
G = 21.4%
B = 17.89%

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

#AD3D33 (or 0xAD3D33) is known color: Medium Carmine. HEX triplet: AD, 3D and 33. RGB value is (173,61,51). Sum of RGB (Red+Green+Blue) = 173+61+51=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D33 is #52C2CC. Grayscale: #5D5D5D. Windows color (decimal): -5423821 or 3358125. OLE color: 3358125.

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

Color convert

RGB 173 61 51 -
CMYK 0 0.65 0.71 0.32
HSL 4.92º 0.54% 0.44% -
HSV(B) 4.92º 0.71% 0.68% -
XYZ 19.5 12.46 4.51 -
YUV 93.35 104.11 184.81 -
System Red Green Blue C M Y K H S L
Decimal 173 61 51 0 0.65 0.71 0.32 4.92 0.54 0.44
Hex AD 3D 33 0 41 47 20 5 36 2C
Octal 255 75 63 0 101 107 40 5 66 54
Binary 10101101 111101 110011 0 1000001 1000111 100000 101 110110 101100

Color Harmonies of #AD3D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D33

Black with #AD3D33

Text Example


Text Example

White with #AD3D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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