Html Css Color HEX #AD3F38 Medium Carmine

📋 copy color: '#AD3F38'

red 173 ◦ green 63 ◦ blue 56

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

Shades of Medium Carmine #AD3F38

Tints of Medium Carmine #AD3F38

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 59.25%
G = 21.58%
B = 19.18%

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

#AD3F38 (or 0xAD3F38) is known color: Medium Carmine. HEX triplet: AD, 3F and 38. RGB value is (173,63,56). Sum of RGB (Red+Green+Blue) = 173+63+56=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F38 is #52C0C7. Grayscale: #5F5F5F. Windows color (decimal): -5423304 or 3686317. OLE color: 3686317.

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

Color convert

RGB 173 63 56 -
CMYK 0 0.64 0.68 0.32
HSL 3.59º 0.51% 0.45% -
HSV(B) 3.59º 0.68% 0.68% -
XYZ 19.72 12.72 5.16 -
YUV 95.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 173 63 56 0 0.64 0.68 0.32 3.59 0.51 0.45
Hex AD 3F 38 0 40 44 20 4 33 2D
Octal 255 77 70 0 100 104 40 4 63 55
Binary 10101101 111111 111000 0 1000000 1000100 100000 100 110011 101101

Color Harmonies of #AD3F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F38

Black with #AD3F38

Text Example


Text Example

White with #AD3F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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