Html Css Color HEX #AD365D Rouge

📋 copy color: '#AD365D'

red 173 ◦ green 54 ◦ blue 93

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

Shades of Rouge #AD365D

Tints of Rouge #AD365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 54.06%
G = 16.88%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD365D (or 0xAD365D) is known color: Rouge. HEX triplet: AD, 36 and 5D. RGB value is (173,54,93). Sum of RGB (Red+Green+Blue) = 173+54+93=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD365D is #52C9A2. Grayscale: #5D5D5D. Windows color (decimal): -5425571 or 6108845. OLE color: 6108845.

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

Color convert

RGB 173 54 93 -
CMYK 0 0.69 0.46 0.32
HSL 340.34º 0.52% 0.45% -
HSV(B) 340.34º 0.69% 0.68% -
XYZ 20.53 12.31 11.65 -
YUV 94.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 173 54 93 0 0.69 0.46 0.32 340.34 0.52 0.45
Hex AD 36 5D 0 45 2E 20 154 34 2D
Octal 255 66 135 0 105 56 40 524 64 55
Binary 10101101 110110 1011101 0 1000101 101110 100000 101010100 110100 101101

Color Harmonies of #AD365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD365D

Black with #AD365D

Text Example


Text Example

White with #AD365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD365D; }

 p { color: rgb(173,54,93); }

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

background-color css

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

 a { background-color: rgb(173,54,93); }

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

border-color css

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

 span { border-color: rgb(173,54,93); }

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