Html Css Color HEX #AD1F4B Old Rose

📋 copy color: '#AD1F4B'

red 173 ◦ green 31 ◦ blue 75

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

Shades of Old Rose #AD1F4B

Tints of Old Rose #AD1F4B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

 BLUE value IS 75 (29.69% from 255) = 26.88%

R = 62.01%
G = 11.11%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD1F4B (or 0xAD1F4B) is known color: Old Rose. HEX triplet: AD, 1F and 4B. RGB value is (173,31,75). Sum of RGB (Red+Green+Blue) = 173+31+75=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1F4B is #52E0B4. Grayscale: #4E4E4E. Windows color (decimal): -5431477 or 4923309. OLE color: 4923309.

HSL color Cylindrical-coordinate representation of color #AD1F4B: hue angle of 341.41º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F4B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 31 75 -
CMYK 0 0.82 0.57 0.32
HSL 341.41º 0.7% 0.4% -
HSV(B) 341.41º 0.82% 0.68% -
XYZ 18.99 10.37 7.66 -
YUV 78.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 173 31 75 0 0.82 0.57 0.32 341.41 0.7 0.4
Hex AD 1F 4B 0 52 39 20 155 46 28
Octal 255 37 113 0 122 71 40 525 106 50
Binary 10101101 11111 1001011 0 1010010 111001 100000 101010101 1000110 101000

Color Harmonies of #AD1F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F4B

Black with #AD1F4B

Text Example


Text Example

White with #AD1F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F4B; }

 p { color: rgb(173,31,75); }

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

background-color css

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

 a { background-color: rgb(173,31,75); }

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

border-color css

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

 span { border-color: rgb(173,31,75); }

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