Html Css Color HEX #AD273F Old Rose

📋 copy color: '#AD273F'

red 173 ◦ green 39 ◦ blue 63

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

Shades of Old Rose #AD273F

Tints of Old Rose #AD273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.91%

R = 62.91%
G = 14.18%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD273F (or 0xAD273F) is known color: Old Rose. HEX triplet: AD, 27 and 3F. RGB value is (173,39,63). Sum of RGB (Red+Green+Blue) = 173+39+63=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD273F is #52D8C0. Grayscale: #515151. Windows color (decimal): -5429441 or 4138925. OLE color: 4138925.

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

Color convert

RGB 173 39 63 -
CMYK 0 0.77 0.64 0.32
HSL 349.25º 0.63% 0.42% -
HSV(B) 349.25º 0.77% 0.68% -
XYZ 18.86 10.69 5.77 -
YUV 81.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 173 39 63 0 0.77 0.64 0.32 349.25 0.63 0.42
Hex AD 27 3F 0 4D 40 20 15D 3F 2A
Octal 255 47 77 0 115 100 40 535 77 52
Binary 10101101 100111 111111 0 1001101 1000000 100000 101011101 111111 101010

Color Harmonies of #AD273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD273F

Black with #AD273F

Text Example


Text Example

White with #AD273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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