Html Css Color HEX #AD3140 Old Rose

📋 copy color: '#AD3140'

red 173 ◦ green 49 ◦ blue 64

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

Shades of Old Rose #AD3140

Tints of Old Rose #AD3140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 60.49%
G = 17.13%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD3140 (or 0xAD3140) is known color: Old Rose. HEX triplet: AD, 31 and 40. RGB value is (173,49,64). Sum of RGB (Red+Green+Blue) = 173+49+64=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3140 is #52CEBF. Grayscale: #575757. Windows color (decimal): -5426880 or 4207021. OLE color: 4207021.

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

Color convert

RGB 173 49 64 -
CMYK 0 0.72 0.63 0.32
HSL 352.74º 0.56% 0.44% -
HSV(B) 352.74º 0.72% 0.68% -
XYZ 19.26 11.45 6.05 -
YUV 87.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 173 49 64 0 0.72 0.63 0.32 352.74 0.56 0.44
Hex AD 31 40 0 48 3F 20 161 38 2C
Octal 255 61 100 0 110 77 40 541 70 54
Binary 10101101 110001 1000000 0 1001000 111111 100000 101100001 111000 101100

Color Harmonies of #AD3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3140

Black with #AD3140

Text Example


Text Example

White with #AD3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3140; }

 p { color: rgb(173,49,64); }

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

background-color css

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

 a { background-color: rgb(173,49,64); }

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

border-color css

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

 span { border-color: rgb(173,49,64); }

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