Html Css Color HEX #AD365F Rouge

📋 copy color: '#AD365F'

red 173 ◦ green 54 ◦ blue 95

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

Shades of Rouge #AD365F

Tints of Rouge #AD365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 53.73%
G = 16.77%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD365F (or 0xAD365F) is known color: Rouge. HEX triplet: AD, 36 and 5F. RGB value is (173,54,95). Sum of RGB (Red+Green+Blue) = 173+54+95=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD365F is #52C9A0. Grayscale: #5E5E5E. Windows color (decimal): -5425569 or 6239917. OLE color: 6239917.

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

Color convert

RGB 173 54 95 -
CMYK 0 0.69 0.45 0.32
HSL 339.33º 0.52% 0.45% -
HSV(B) 339.33º 0.69% 0.68% -
XYZ 20.62 12.35 12.12 -
YUV 94.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 173 54 95 0 0.69 0.45 0.32 339.33 0.52 0.45
Hex AD 36 5F 0 45 2D 20 153 34 2D
Octal 255 66 137 0 105 55 40 523 64 55
Binary 10101101 110110 1011111 0 1000101 101101 100000 101010011 110100 101101

Color Harmonies of #AD365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD365F

Black with #AD365F

Text Example


Text Example

White with #AD365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD365F; }

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

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

background-color css

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

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

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

border-color css

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

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

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