Html Css Color HEX #AD4B3A Medium Carmine

📋 copy color: '#AD4B3A'

red 173 ◦ green 75 ◦ blue 58

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

Shades of Medium Carmine #AD4B3A

Tints of Medium Carmine #AD4B3A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.51%

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

R = 56.54%
G = 24.51%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD4B3A (or 0xAD4B3A) is known color: Medium Carmine. HEX triplet: AD, 4B and 3A. RGB value is (173,75,58). Sum of RGB (Red+Green+Blue) = 173+75+58=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B3A is #52B4C5. Grayscale: #666666. Windows color (decimal): -5420230 or 3820461. OLE color: 3820461.

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

Color convert

RGB 173 75 58 -
CMYK 0 0.57 0.66 0.32
HSL 8.87º 0.5% 0.45% -
HSV(B) 8.87º 0.66% 0.68% -
XYZ 20.51 14.22 5.67 -
YUV 102.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 173 75 58 0 0.57 0.66 0.32 8.87 0.5 0.45
Hex AD 4B 3A 0 39 42 20 9 32 2D
Octal 255 113 72 0 71 102 40 11 62 55
Binary 10101101 1001011 111010 0 111001 1000010 100000 1001 110010 101101

Color Harmonies of #AD4B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B3A

Black with #AD4B3A

Text Example


Text Example

White with #AD4B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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