Html Css Color HEX #AD412D Medium Carmine

📋 copy color: '#AD412D'

red 173 ◦ green 65 ◦ blue 45

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

Shades of Medium Carmine #AD412D

Tints of Medium Carmine #AD412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 61.13%
G = 22.97%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD412D (or 0xAD412D) is known color: Medium Carmine. HEX triplet: AD, 41 and 2D. RGB value is (173,65,45). Sum of RGB (Red+Green+Blue) = 173+65+45=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD412D is #52BED2. Grayscale: #5F5F5F. Windows color (decimal): -5422803 or 2965933. OLE color: 2965933.

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

Color convert

RGB 173 65 45 -
CMYK 0 0.62 0.74 0.32
HSL 9.38º 0.59% 0.43% -
HSV(B) 9.38º 0.74% 0.68% -
XYZ 19.6 12.85 3.93 -
YUV 95.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 173 65 45 0 0.62 0.74 0.32 9.38 0.59 0.43
Hex AD 41 2D 0 3E 4A 20 9 3B 2B
Octal 255 101 55 0 76 112 40 11 73 53
Binary 10101101 1000001 101101 0 111110 1001010 100000 1001 111011 101011

Color Harmonies of #AD412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD412D

Black with #AD412D

Text Example


Text Example

White with #AD412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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