Html Css Color HEX #AD1C46 Old Rose

📋 copy color: '#AD1C46'

red 173 ◦ green 28 ◦ blue 70

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

Shades of Old Rose #AD1C46

Tints of Old Rose #AD1C46

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 63.84%
G = 10.33%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD1C46 (or 0xAD1C46) is known color: Old Rose. HEX triplet: AD, 1C and 46. RGB value is (173,28,70). Sum of RGB (Red+Green+Blue) = 173+28+70=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C46 is #52E3B9. Grayscale: #4C4C4C. Windows color (decimal): -5432250 or 4594861. OLE color: 4594861.

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

Color convert

RGB 173 28 70 -
CMYK 0 0.84 0.60 0.32
HSL 342.62º 0.72% 0.39% -
HSV(B) 342.62º 0.84% 0.68% -
XYZ 18.75 10.16 6.77 -
YUV 76.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 173 28 70 0 0.84 0.60 0.32 342.62 0.72 0.39
Hex AD 1C 46 0 54 3C 20 157 48 27
Octal 255 34 106 0 124 74 40 527 110 47
Binary 10101101 11100 1000110 0 1010100 111100 100000 101010111 1001000 100111

Color Harmonies of #AD1C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C46

Black with #AD1C46

Text Example


Text Example

White with #AD1C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C46; }

 p { color: rgb(173,28,70); }

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

background-color css

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

 a { background-color: rgb(173,28,70); }

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

border-color css

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

 span { border-color: rgb(173,28,70); }

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