Html Css Color HEX #AD3E37 Medium Carmine

📋 copy color: '#AD3E37'

red 173 ◦ green 62 ◦ blue 55

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

Shades of Medium Carmine #AD3E37

Tints of Medium Carmine #AD3E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.97%

R = 59.66%
G = 21.38%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD3E37 (or 0xAD3E37) is known color: Medium Carmine. HEX triplet: AD, 3E and 37. RGB value is (173,62,55). Sum of RGB (Red+Green+Blue) = 173+62+55=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E37 is #52C1C8. Grayscale: #5E5E5E. Windows color (decimal): -5423561 or 3620525. OLE color: 3620525.

HSL color Cylindrical-coordinate representation of color #AD3E37: hue angle of 3.56º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3E37 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 62 55 -
CMYK 0 0.64 0.68 0.32
HSL 3.56º 0.52% 0.45% -
HSV(B) 3.56º 0.68% 0.68% -
XYZ 19.65 12.61 5.01 -
YUV 94.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 173 62 55 0 0.64 0.68 0.32 3.56 0.52 0.45
Hex AD 3E 37 0 40 44 20 4 34 2D
Octal 255 76 67 0 100 104 40 4 64 55
Binary 10101101 111110 110111 0 1000000 1000100 100000 100 110100 101101

Color Harmonies of #AD3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E37

Black with #AD3E37

Text Example


Text Example

White with #AD3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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