Html Css Color HEX #AD2541 Old Rose

📋 copy color: '#AD2541'

red 173 ◦ green 37 ◦ blue 65

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

Shades of Old Rose #AD2541

Tints of Old Rose #AD2541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 62.91%
G = 13.45%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD2541 (or 0xAD2541) is known color: Old Rose. HEX triplet: AD, 25 and 41. RGB value is (173,37,65). Sum of RGB (Red+Green+Blue) = 173+37+65=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2541 is #52DABE. Grayscale: #505050. Windows color (decimal): -5429951 or 4269485. OLE color: 4269485.

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

Color convert

RGB 173 37 65 -
CMYK 0 0.79 0.62 0.32
HSL 347.65º 0.65% 0.41% -
HSV(B) 347.65º 0.79% 0.68% -
XYZ 18.85 10.59 6.05 -
YUV 80.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 173 37 65 0 0.79 0.62 0.32 347.65 0.65 0.41
Hex AD 25 41 0 4F 3E 20 15C 41 29
Octal 255 45 101 0 117 76 40 534 101 51
Binary 10101101 100101 1000001 0 1001111 111110 100000 101011100 1000001 101001

Color Harmonies of #AD2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2541

Black with #AD2541

Text Example


Text Example

White with #AD2541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2541; }

 p { color: rgb(173,37,65); }

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

background-color css

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

 a { background-color: rgb(173,37,65); }

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

border-color css

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

 span { border-color: rgb(173,37,65); }

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