Html Css Color HEX #AD2C40 Old Rose

📋 copy color: '#AD2C40'

red 173 ◦ green 44 ◦ blue 64

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

Shades of Old Rose #AD2C40

Tints of Old Rose #AD2C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.66%

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

R = 61.57%
G = 15.66%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD2C40 (or 0xAD2C40) is known color: Old Rose. HEX triplet: AD, 2C and 40. RGB value is (173,44,64). Sum of RGB (Red+Green+Blue) = 173+44+64=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2C40 is #52D3BF. Grayscale: #545454. Windows color (decimal): -5428160 or 4205741. OLE color: 4205741.

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

Color convert

RGB 173 44 64 -
CMYK 0 0.75 0.63 0.32
HSL 350.7º 0.59% 0.43% -
HSV(B) 350.7º 0.75% 0.68% -
XYZ 19.06 11.06 5.98 -
YUV 84.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 173 44 64 0 0.75 0.63 0.32 350.7 0.59 0.43
Hex AD 2C 40 0 4B 3F 20 15F 3B 2B
Octal 255 54 100 0 113 77 40 537 73 53
Binary 10101101 101100 1000000 0 1001011 111111 100000 101011111 111011 101011

Color Harmonies of #AD2C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2C40

Black with #AD2C40

Text Example


Text Example

White with #AD2C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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