Html Css Color HEX #AD3532 Medium Carmine

📋 copy color: '#AD3532'

red 173 ◦ green 53 ◦ blue 50

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

Shades of Medium Carmine #AD3532

Tints of Medium Carmine #AD3532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 62.68%
G = 19.2%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD3532 (or 0xAD3532) is known color: Medium Carmine. HEX triplet: AD, 35 and 32. RGB value is (173,53,50). Sum of RGB (Red+Green+Blue) = 173+53+50=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3532 is #52CACD. Grayscale: #585858. Windows color (decimal): -5425870 or 3290541. OLE color: 3290541.

HSL color Cylindrical-coordinate representation of color #AD3532: hue angle of 1.46º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3532 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 53 50 -
CMYK 0 0.69 0.71 0.32
HSL 1.46º 0.55% 0.44% -
HSV(B) 1.46º 0.71% 0.68% -
XYZ 19.08 11.66 4.26 -
YUV 88.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 173 53 50 0 0.69 0.71 0.32 1.46 0.55 0.44
Hex AD 35 32 0 45 47 20 1 37 2C
Octal 255 65 62 0 105 107 40 1 67 54
Binary 10101101 110101 110010 0 1000101 1000111 100000 1 110111 101100

Color Harmonies of #AD3532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3532

Black with #AD3532

Text Example


Text Example

White with #AD3532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3532; }

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

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

background-color css

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

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

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

border-color css

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

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

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