Html Css Color HEX #AD3D34 Medium Carmine

📋 copy color: '#AD3D34'

red 173 ◦ green 61 ◦ blue 52

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

Shades of Medium Carmine #AD3D34

Tints of Medium Carmine #AD3D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 60.49%
G = 21.33%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD3D34 (or 0xAD3D34) is known color: Medium Carmine. HEX triplet: AD, 3D and 34. RGB value is (173,61,52). Sum of RGB (Red+Green+Blue) = 173+61+52=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D34 is #52C2CB. Grayscale: #5D5D5D. Windows color (decimal): -5423820 or 3423661. OLE color: 3423661.

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

Color convert

RGB 173 61 52 -
CMYK 0 0.65 0.70 0.32
HSL 4.46º 0.54% 0.44% -
HSV(B) 4.46º 0.7% 0.68% -
XYZ 19.52 12.47 4.63 -
YUV 93.46 104.61 184.73 -
System Red Green Blue C M Y K H S L
Decimal 173 61 52 0 0.65 0.70 0.32 4.46 0.54 0.44
Hex AD 3D 34 0 41 46 20 4 36 2C
Octal 255 75 64 0 101 106 40 4 66 54
Binary 10101101 111101 110100 0 1000001 1000110 100000 100 110110 101100

Color Harmonies of #AD3D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D34

Black with #AD3D34

Text Example


Text Example

White with #AD3D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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