Html Css Color HEX #AD263F Old Rose

📋 copy color: '#AD263F'

red 173 ◦ green 38 ◦ blue 63

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

Shades of Old Rose #AD263F

Tints of Old Rose #AD263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.87%

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

R = 63.14%
G = 13.87%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD263F (or 0xAD263F) is known color: Old Rose. HEX triplet: AD, 26 and 3F. RGB value is (173,38,63). Sum of RGB (Red+Green+Blue) = 173+38+63=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD263F is #52D9C0. Grayscale: #515151. Windows color (decimal): -5429697 or 4138669. OLE color: 4138669.

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

Color convert

RGB 173 38 63 -
CMYK 0 0.78 0.64 0.32
HSL 348.89º 0.64% 0.41% -
HSV(B) 348.89º 0.78% 0.68% -
XYZ 18.82 10.63 5.76 -
YUV 81.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 173 38 63 0 0.78 0.64 0.32 348.89 0.64 0.41
Hex AD 26 3F 0 4E 40 20 15D 40 29
Octal 255 46 77 0 116 100 40 535 100 51
Binary 10101101 100110 111111 0 1001110 1000000 100000 101011101 1000000 101001

Color Harmonies of #AD263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD263F

Black with #AD263F

Text Example


Text Example

White with #AD263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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