Html Css Color HEX #AD2740 Old Rose

📋 copy color: '#AD2740'

red 173 ◦ green 39 ◦ blue 64

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

Shades of Old Rose #AD2740

Tints of Old Rose #AD2740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

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

R = 62.68%
G = 14.13%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD2740 (or 0xAD2740) is known color: Old Rose. HEX triplet: AD, 27 and 40. RGB value is (173,39,64). Sum of RGB (Red+Green+Blue) = 173+39+64=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2740 is #52D8BF. Grayscale: #515151. Windows color (decimal): -5429440 or 4204461. OLE color: 4204461.

HSL color Cylindrical-coordinate representation of color #AD2740: hue angle of 348.81º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2740 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 64 -
CMYK 0 0.77 0.63 0.32
HSL 348.81º 0.63% 0.42% -
HSV(B) 348.81º 0.77% 0.68% -
XYZ 18.88 10.71 5.92 -
YUV 81.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 173 39 64 0 0.77 0.63 0.32 348.81 0.63 0.42
Hex AD 27 40 0 4D 3F 20 15D 3F 2A
Octal 255 47 100 0 115 77 40 535 77 52
Binary 10101101 100111 1000000 0 1001101 111111 100000 101011101 111111 101010

Color Harmonies of #AD2740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2740

Black with #AD2740

Text Example


Text Example

White with #AD2740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2740; }

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

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

background-color css

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

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

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

border-color css

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

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

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