#ad2e3d

Color #AD2E3D Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AD2E3D

Tints of Old Rose #AD2E3D

Color information

#AD2E3D (or 0xAD2E3D) is unknown color: approx Old Rose. HEX triplet: AD, 2E and 3D. RGB value is (173,46,61). Sum of RGB (Red+Green+Blue) = 173+46+61=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2E3D is #52D1C2. Grayscale: #555555. Windows color (decimal): -5427651 or 4009645. OLE color: 4009645.

HSL color Cylindrical-coordinate representation of color #AD2E3D: hue angle of 352.91º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2E3D is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1734661-
CMYK00.730.650.32
HSL352.91º57.99%42.94%-
HSV(B)352.91º73.41%67.84%-
XYZ19.0511.185.57-
YUV85.68114.08190.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.79%
GREEN value IS 46 (18.36% from 255) = 16.43%
BLUE value IS 61 (24.22% from 255) = 21.79%
R=61.79%
G=16.43%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173466100.730.650.32352.9157.9942.94
HexAD2E3D04941201613a2b
Octal25556750111101405417253
Binary10101101101110111101010010011000001100000101100001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad2e3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad2e3d; }

 p { color: rgb(173,46,61); }

 H1.HeaderClassName
 {
   color: #ad2e3d;
 }
 .AnyTagClassName
 {
   color: #ad2e3d;
 }
</style>
background-color css

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

 a { background-color: rgb(173,46,61); }

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

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

 span { border-color: rgb(173,46,61); }

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