Html Css Color HEX #AD3541 Old Rose

📋 copy color: '#AD3541'

red 173 ◦ green 53 ◦ blue 65

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

Shades of Old Rose #AD3541

Tints of Old Rose #AD3541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 59.45%
G = 18.21%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD3541 (or 0xAD3541) is known color: Old Rose. HEX triplet: AD, 35 and 41. RGB value is (173,53,65). Sum of RGB (Red+Green+Blue) = 173+53+65=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3541 is #52CABE. Grayscale: #5A5A5A. Windows color (decimal): -5425855 or 4273581. OLE color: 4273581.

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

Color convert

RGB 173 53 65 -
CMYK 0 0.69 0.62 0.32
HSL 354º 0.53% 0.44% -
HSV(B) 354º 0.69% 0.68% -
XYZ 19.46 11.81 6.26 -
YUV 90.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 173 53 65 0 0.69 0.62 0.32 354 0.53 0.44
Hex AD 35 41 0 45 3E 20 162 35 2C
Octal 255 65 101 0 105 76 40 542 65 54
Binary 10101101 110101 1000001 0 1000101 111110 100000 101100010 110101 101100

Color Harmonies of #AD3541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3541

Black with #AD3541

Text Example


Text Example

White with #AD3541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3541; }

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

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

background-color css

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

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

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

border-color css

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

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

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