Html Css Color HEX #AD3040 Old Rose

📋 copy color: '#AD3040'

red 173 ◦ green 48 ◦ blue 64

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

Shades of Old Rose #AD3040

Tints of Old Rose #AD3040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.84%

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 60.7%
G = 16.84%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD3040 (or 0xAD3040) is known color: Old Rose. HEX triplet: AD, 30 and 40. RGB value is (173,48,64). Sum of RGB (Red+Green+Blue) = 173+48+64=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3040 is #52CFBF. Grayscale: #575757. Windows color (decimal): -5427136 or 4206765. OLE color: 4206765.

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

Color convert

RGB 173 48 64 -
CMYK 0 0.72 0.63 0.32
HSL 352.32º 0.57% 0.43% -
HSV(B) 352.32º 0.72% 0.68% -
XYZ 19.22 11.37 6.03 -
YUV 87.2 114.91 189.2 -
System Red Green Blue C M Y K H S L
Decimal 173 48 64 0 0.72 0.63 0.32 352.32 0.57 0.43
Hex AD 30 40 0 48 3F 20 160 39 2B
Octal 255 60 100 0 110 77 40 540 71 53
Binary 10101101 110000 1000000 0 1001000 111111 100000 101100000 111001 101011

Color Harmonies of #AD3040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3040

Black with #AD3040

Text Example


Text Example

White with #AD3040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3040; }

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

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

background-color css

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

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

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

border-color css

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

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

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