Html Css Color HEX #AD491D Rose Of Sharon

📋 copy color: '#AD491D'

red 173 ◦ green 73 ◦ blue 29

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

Shades of Rose Of Sharon #AD491D

Tints of Rose Of Sharon #AD491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

 BLUE value IS 29 (11.72% from 255) = 10.55%

R = 62.91%
G = 26.55%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD491D (or 0xAD491D) is known color: Rose Of Sharon. HEX triplet: AD, 49 and 1D. RGB value is (173,73,29). Sum of RGB (Red+Green+Blue) = 173+73+29=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD491D is #52B6E2. Grayscale: #626262. Windows color (decimal): -5420771 or 1919405. OLE color: 1919405.

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

Color convert

RGB 173 73 29 -
CMYK 0 0.58 0.83 0.32
HSL 18.33º 0.71% 0.4% -
HSV(B) 18.33º 0.83% 0.68% -
XYZ 19.84 13.74 2.77 -
YUV 97.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 173 73 29 0 0.58 0.83 0.32 18.33 0.71 0.4
Hex AD 49 1D 0 3A 53 20 12 47 28
Octal 255 111 35 0 72 123 40 22 107 50
Binary 10101101 1001001 11101 0 111010 1010011 100000 10010 1000111 101000

Color Harmonies of #AD491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD491D

Black with #AD491D

Text Example


Text Example

White with #AD491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD491D; }

 p { color: rgb(173,73,29); }

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

background-color css

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

 a { background-color: rgb(173,73,29); }

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

border-color css

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

 span { border-color: rgb(173,73,29); }

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