Html Css Color HEX #AD2742 Old Rose

📋 copy color: '#AD2742'

red 173 ◦ green 39 ◦ blue 66

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

Shades of Old Rose #AD2742

Tints of Old Rose #AD2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.03%

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 62.23%
G = 14.03%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD2742 (or 0xAD2742) is known color: Old Rose. HEX triplet: AD, 27 and 42. RGB value is (173,39,66). Sum of RGB (Red+Green+Blue) = 173+39+66=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2742 is #52D8BD. Grayscale: #525252. Windows color (decimal): -5429438 or 4335533. OLE color: 4335533.

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

Color convert

RGB 173 39 66 -
CMYK 0 0.77 0.62 0.32
HSL 347.91º 0.63% 0.42% -
HSV(B) 347.91º 0.77% 0.68% -
XYZ 18.94 10.73 6.23 -
YUV 82.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 173 39 66 0 0.77 0.62 0.32 347.91 0.63 0.42
Hex AD 27 42 0 4D 3E 20 15C 3F 2A
Octal 255 47 102 0 115 76 40 534 77 52
Binary 10101101 100111 1000010 0 1001101 111110 100000 101011100 111111 101010

Color Harmonies of #AD2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2742

Black with #AD2742

Text Example


Text Example

White with #AD2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2742; }

 p { color: rgb(173,39,66); }

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

background-color css

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

 a { background-color: rgb(173,39,66); }

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

border-color css

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

 span { border-color: rgb(173,39,66); }

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