Html Css Color HEX #AD4C30 Rose Of Sharon

📋 copy color: '#AD4C30'

red 173 ◦ green 76 ◦ blue 48

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

Shades of Rose Of Sharon #AD4C30

Tints of Rose Of Sharon #AD4C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 48 (19.14% from 255) = 16.16%

R = 58.25%
G = 25.59%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD4C30 (or 0xAD4C30) is known color: Rose Of Sharon. HEX triplet: AD, 4C and 30. RGB value is (173,76,48). Sum of RGB (Red+Green+Blue) = 173+76+48=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C30 is #52B3CF. Grayscale: #666666. Windows color (decimal): -5419984 or 3165357. OLE color: 3165357.

HSL color Cylindrical-coordinate representation of color #AD4C30: hue angle of 13.44º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD4C30 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 76 48 -
CMYK 0 0.56 0.72 0.32
HSL 13.44º 0.57% 0.43% -
HSV(B) 13.44º 0.72% 0.68% -
XYZ 20.35 14.27 4.48 -
YUV 101.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 173 76 48 0 0.56 0.72 0.32 13.44 0.57 0.43
Hex AD 4C 30 0 38 48 20 D 39 2B
Octal 255 114 60 0 70 110 40 15 71 53
Binary 10101101 1001100 110000 0 111000 1001000 100000 1101 111001 101011

Color Harmonies of #AD4C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C30

Black with #AD4C30

Text Example


Text Example

White with #AD4C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C30; }

 p { color: rgb(173,76,48); }

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

background-color css

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

 a { background-color: rgb(173,76,48); }

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

border-color css

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

 span { border-color: rgb(173,76,48); }

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