Html Css Color HEX #AD443A Medium Carmine

📋 copy color: '#AD443A'

red 173 ◦ green 68 ◦ blue 58

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

Shades of Medium Carmine #AD443A

Tints of Medium Carmine #AD443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.74%

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

R = 57.86%
G = 22.74%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD443A (or 0xAD443A) is known color: Medium Carmine. HEX triplet: AD, 44 and 3A. RGB value is (173,68,58). Sum of RGB (Red+Green+Blue) = 173+68+58=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD443A is #52BBC5. Grayscale: #626262. Windows color (decimal): -5422022 or 3818669. OLE color: 3818669.

HSL color Cylindrical-coordinate representation of color #AD443A: hue angle of 5.22º 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 #AD443A is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 68 58 -
CMYK 0 0.61 0.66 0.32
HSL 5.22º 0.5% 0.45% -
HSV(B) 5.22º 0.66% 0.68% -
XYZ 20.06 13.32 5.52 -
YUV 98.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 173 68 58 0 0.61 0.66 0.32 5.22 0.5 0.45
Hex AD 44 3A 0 3D 42 20 5 32 2D
Octal 255 104 72 0 75 102 40 5 62 55
Binary 10101101 1000100 111010 0 111101 1000010 100000 101 110010 101101

Color Harmonies of #AD443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD443A

Black with #AD443A

Text Example


Text Example

White with #AD443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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