Html Css Color HEX #AD413A Medium Carmine

📋 copy color: '#AD413A'

red 173 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #AD413A

Tints of Medium Carmine #AD413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 58.45%
G = 21.96%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD413A (or 0xAD413A) is known color: Medium Carmine. HEX triplet: AD, 41 and 3A. RGB value is (173,65,58). Sum of RGB (Red+Green+Blue) = 173+65+58=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD413A is #52BEC5. Grayscale: #606060. Windows color (decimal): -5422790 or 3817901. OLE color: 3817901.

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

Color convert

RGB 173 65 58 -
CMYK 0 0.62 0.66 0.32
HSL 3.65º 0.5% 0.45% -
HSV(B) 3.65º 0.66% 0.68% -
XYZ 19.89 12.97 5.46 -
YUV 96.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 173 65 58 0 0.62 0.66 0.32 3.65 0.5 0.45
Hex AD 41 3A 0 3E 42 20 4 32 2D
Octal 255 101 72 0 76 102 40 4 62 55
Binary 10101101 1000001 111010 0 111110 1000010 100000 100 110010 101101

Color Harmonies of #AD413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD413A

Black with #AD413A

Text Example


Text Example

White with #AD413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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