Html Css Color HEX #AD412B Medium Carmine

📋 copy color: '#AD412B'

red 173 ◦ green 65 ◦ blue 43

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

Shades of Medium Carmine #AD412B

Tints of Medium Carmine #AD412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 61.57%
G = 23.13%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD412B (or 0xAD412B) is known color: Medium Carmine. HEX triplet: AD, 41 and 2B. RGB value is (173,65,43). Sum of RGB (Red+Green+Blue) = 173+65+43=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD412B is #52BED4. Grayscale: #5E5E5E. Windows color (decimal): -5422805 or 2834861. OLE color: 2834861.

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

Color convert

RGB 173 65 43 -
CMYK 0 0.62 0.75 0.32
HSL 10.15º 0.6% 0.42% -
HSV(B) 10.15º 0.75% 0.68% -
XYZ 19.56 12.84 3.73 -
YUV 94.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 173 65 43 0 0.62 0.75 0.32 10.15 0.6 0.42
Hex AD 41 2B 0 3E 4B 20 A 3C 2A
Octal 255 101 53 0 76 113 40 12 74 52
Binary 10101101 1000001 101011 0 111110 1001011 100000 1010 111100 101010

Color Harmonies of #AD412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD412B

Black with #AD412B

Text Example


Text Example

White with #AD412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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