Html Css Color HEX #AD413C Medium Carmine

📋 copy color: '#AD413C'

red 173 ◦ green 65 ◦ blue 60

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

Shades of Medium Carmine #AD413C

Tints of Medium Carmine #AD413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 58.05%
G = 21.81%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD413C (or 0xAD413C) is known color: Medium Carmine. HEX triplet: AD, 41 and 3C. RGB value is (173,65,60). Sum of RGB (Red+Green+Blue) = 173+65+60=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD413C is #52BEC3. Grayscale: #606060. Windows color (decimal): -5422788 or 3948973. OLE color: 3948973.

HSL color Cylindrical-coordinate representation of color #AD413C: hue angle of 2.65º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD413C is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 65 60 -
CMYK 0 0.62 0.65 0.32
HSL 2.65º 0.48% 0.46% -
HSV(B) 2.65º 0.65% 0.68% -
XYZ 19.94 12.99 5.73 -
YUV 96.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 173 65 60 0 0.62 0.65 0.32 2.65 0.48 0.46
Hex AD 41 3C 0 3E 41 20 3 30 2E
Octal 255 101 74 0 76 101 40 3 60 56
Binary 10101101 1000001 111100 0 111110 1000001 100000 11 110000 101110

Color Harmonies of #AD413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD413C

Black with #AD413C

Text Example


Text Example

White with #AD413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD413C; }

 p { color: rgb(173,65,60); }

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

background-color css

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

 a { background-color: rgb(173,65,60); }

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

border-color css

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

 span { border-color: rgb(173,65,60); }

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