Html Css Color HEX #AD3837 Medium Carmine

📋 copy color: '#AD3837'

red 173 ◦ green 56 ◦ blue 55

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

Shades of Medium Carmine #AD3837

Tints of Medium Carmine #AD3837

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.72%

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

R = 60.92%
G = 19.72%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD3837 (or 0xAD3837) is known color: Medium Carmine. HEX triplet: AD, 38 and 37. RGB value is (173,56,55). Sum of RGB (Red+Green+Blue) = 173+56+55=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3837 is #52C7C8. Grayscale: #5A5A5A. Windows color (decimal): -5425097 or 3618989. OLE color: 3618989.

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

Color convert

RGB 173 56 55 -
CMYK 0 0.68 0.68 0.32
HSL 0.51º 0.52% 0.45% -
HSV(B) 0.51º 0.68% 0.68% -
XYZ 19.34 11.99 4.91 -
YUV 90.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 173 56 55 0 0.68 0.68 0.32 0.51 0.52 0.45
Hex AD 38 37 0 44 44 20 1 34 2D
Octal 255 70 67 0 104 104 40 1 64 55
Binary 10101101 111000 110111 0 1000100 1000100 100000 1 110100 101101

Color Harmonies of #AD3837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3837

Black with #AD3837

Text Example


Text Example

White with #AD3837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3837; }

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

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

background-color css

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

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

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

border-color css

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

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

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