Html Css Color HEX #AD453E Medium Carmine

📋 copy color: '#AD453E'

red 173 ◦ green 69 ◦ blue 62

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

Shades of Medium Carmine #AD453E

Tints of Medium Carmine #AD453E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

 BLUE value IS 62 (24.61% from 255) = 20.39%

R = 56.91%
G = 22.7%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD453E (or 0xAD453E) is known color: Medium Carmine. HEX triplet: AD, 45 and 3E. RGB value is (173,69,62). Sum of RGB (Red+Green+Blue) = 173+69+62=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD453E is #52BAC1. Grayscale: #636363. Windows color (decimal): -5421762 or 4081069. OLE color: 4081069.

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

Color convert

RGB 173 69 62 -
CMYK 0 0.60 0.64 0.32
HSL 3.78º 0.47% 0.46% -
HSV(B) 3.78º 0.64% 0.68% -
XYZ 20.23 13.49 6.09 -
YUV 99.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 173 69 62 0 0.60 0.64 0.32 3.78 0.47 0.46
Hex AD 45 3E 0 3C 40 20 4 2F 2E
Octal 255 105 76 0 74 100 40 4 57 56
Binary 10101101 1000101 111110 0 111100 1000000 100000 100 101111 101110

Color Harmonies of #AD453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD453E

Black with #AD453E

Text Example


Text Example

White with #AD453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD453E; }

 p { color: rgb(173,69,62); }

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

background-color css

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

 a { background-color: rgb(173,69,62); }

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

border-color css

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

 span { border-color: rgb(173,69,62); }

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