Html Css Color HEX #AD3534 Medium Carmine

📋 copy color: '#AD3534'

red 173 ◦ green 53 ◦ blue 52

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

Shades of Medium Carmine #AD3534

Tints of Medium Carmine #AD3534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

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

R = 62.23%
G = 19.06%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AD3534 (or 0xAD3534) is known color: Medium Carmine. HEX triplet: AD, 35 and 34. RGB value is (173,53,52). Sum of RGB (Red+Green+Blue) = 173+53+52=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3534 is #52CACB. Grayscale: #585858. Windows color (decimal): -5425868 or 3421613. OLE color: 3421613.

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

Color convert

RGB 173 53 52 -
CMYK 0 0.69 0.70 0.32
HSL 0.5º 0.54% 0.44% -
HSV(B) 0.5º 0.7% 0.68% -
XYZ 19.13 11.68 4.49 -
YUV 88.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 173 53 52 0 0.69 0.70 0.32 0.5 0.54 0.44
Hex AD 35 34 0 45 46 20 0 36 2C
Octal 255 65 64 0 105 106 40 0 66 54
Binary 10101101 110101 110100 0 1000101 1000110 100000 0 110110 101100

Color Harmonies of #AD3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3534

Black with #AD3534

Text Example


Text Example

White with #AD3534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3534; }

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

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

background-color css

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

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

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

border-color css

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

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

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