Html Css Color HEX #AD293E Old Rose

📋 copy color: '#AD293E'

red 173 ◦ green 41 ◦ blue 62

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

Shades of Old Rose #AD293E

Tints of Old Rose #AD293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 62.68%
G = 14.86%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD293E (or 0xAD293E) is known color: Old Rose. HEX triplet: AD, 29 and 3E. RGB value is (173,41,62). Sum of RGB (Red+Green+Blue) = 173+41+62=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD293E is #52D6C1. Grayscale: #525252. Windows color (decimal): -5428930 or 4073901. OLE color: 4073901.

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

Color convert

RGB 173 41 62 -
CMYK 0 0.76 0.64 0.32
HSL 350.45º 0.62% 0.42% -
HSV(B) 350.45º 0.76% 0.68% -
XYZ 18.9 10.82 5.65 -
YUV 82.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 173 41 62 0 0.76 0.64 0.32 350.45 0.62 0.42
Hex AD 29 3E 0 4C 40 20 15E 3E 2A
Octal 255 51 76 0 114 100 40 536 76 52
Binary 10101101 101001 111110 0 1001100 1000000 100000 101011110 111110 101010

Color Harmonies of #AD293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD293E

Black with #AD293E

Text Example


Text Example

White with #AD293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD293E; }

 p { color: rgb(173,41,62); }

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

background-color css

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

 a { background-color: rgb(173,41,62); }

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

border-color css

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

 span { border-color: rgb(173,41,62); }

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