Html Css Color HEX #AD4534 Medium Carmine

📋 copy color: '#AD4534'

red 173 ◦ green 69 ◦ blue 52

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

Shades of Medium Carmine #AD4534

Tints of Medium Carmine #AD4534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 58.84%
G = 23.47%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD4534 (or 0xAD4534) is known color: Medium Carmine. HEX triplet: AD, 45 and 34. RGB value is (173,69,52). Sum of RGB (Red+Green+Blue) = 173+69+52=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4534 is #52BACB. Grayscale: #626262. Windows color (decimal): -5421772 or 3425709. OLE color: 3425709.

HSL color Cylindrical-coordinate representation of color #AD4534: hue angle of 8.43º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4534 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 52 -
CMYK 0 0.60 0.70 0.32
HSL 8.43º 0.54% 0.44% -
HSV(B) 8.43º 0.7% 0.68% -
XYZ 19.98 13.39 4.78 -
YUV 98.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 173 69 52 0 0.60 0.70 0.32 8.43 0.54 0.44
Hex AD 45 34 0 3C 46 20 8 36 2C
Octal 255 105 64 0 74 106 40 10 66 54
Binary 10101101 1000101 110100 0 111100 1000110 100000 1000 110110 101100

Color Harmonies of #AD4534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4534

Black with #AD4534

Text Example


Text Example

White with #AD4534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4534; }

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

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

background-color css

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

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

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

border-color css

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

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

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