Html Css Color HEX #AD3441 Old Rose

📋 copy color: '#AD3441'

red 173 ◦ green 52 ◦ blue 65

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

Shades of Old Rose #AD3441

Tints of Old Rose #AD3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 59.66%
G = 17.93%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD3441 (or 0xAD3441) is known color: Old Rose. HEX triplet: AD, 34 and 41. RGB value is (173,52,65). Sum of RGB (Red+Green+Blue) = 173+52+65=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3441 is #52CBBE. Grayscale: #595959. Windows color (decimal): -5426111 or 4273325. OLE color: 4273325.

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

Color convert

RGB 173 52 65 -
CMYK 0 0.70 0.62 0.32
HSL 353.55º 0.54% 0.44% -
HSV(B) 353.55º 0.7% 0.68% -
XYZ 19.42 11.72 6.24 -
YUV 89.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 173 52 65 0 0.70 0.62 0.32 353.55 0.54 0.44
Hex AD 34 41 0 46 3E 20 162 36 2C
Octal 255 64 101 0 106 76 40 542 66 54
Binary 10101101 110100 1000001 0 1000110 111110 100000 101100010 110110 101100

Color Harmonies of #AD3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3441

Black with #AD3441

Text Example


Text Example

White with #AD3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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