Html Css Color HEX #AD283F Old Rose

📋 copy color: '#AD283F'

red 173 ◦ green 40 ◦ blue 63

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

Shades of Old Rose #AD283F

Tints of Old Rose #AD283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

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

R = 62.68%
G = 14.49%
B = 22.83%

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

#AD283F (or 0xAD283F) is known color: Old Rose. HEX triplet: AD, 28 and 3F. RGB value is (173,40,63). Sum of RGB (Red+Green+Blue) = 173+40+63=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD283F is #52D7C0. Grayscale: #525252. Windows color (decimal): -5429185 or 4139181. OLE color: 4139181.

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

Color convert

RGB 173 40 63 -
CMYK 0 0.77 0.64 0.32
HSL 349.62º 0.62% 0.42% -
HSV(B) 349.62º 0.77% 0.68% -
XYZ 18.89 10.76 5.78 -
YUV 82.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 173 40 63 0 0.77 0.64 0.32 349.62 0.62 0.42
Hex AD 28 3F 0 4D 40 20 15E 3E 2A
Octal 255 50 77 0 115 100 40 536 76 52
Binary 10101101 101000 111111 0 1001101 1000000 100000 101011110 111110 101010

Color Harmonies of #AD283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD283F

Black with #AD283F

Text Example


Text Example

White with #AD283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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