Html Css Color HEX #AD1E4B Old Rose

📋 copy color: '#AD1E4B'

red 173 ◦ green 30 ◦ blue 75

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

Shades of Old Rose #AD1E4B

Tints of Old Rose #AD1E4B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.79%

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

R = 62.23%
G = 10.79%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD1E4B (or 0xAD1E4B) is known color: Old Rose. HEX triplet: AD, 1E and 4B. RGB value is (173,30,75). Sum of RGB (Red+Green+Blue) = 173+30+75=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E4B is #52E1B4. Grayscale: #4D4D4D. Windows color (decimal): -5431733 or 4923053. OLE color: 4923053.

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

Color convert

RGB 173 30 75 -
CMYK 0 0.83 0.57 0.32
HSL 341.12º 0.7% 0.4% -
HSV(B) 341.12º 0.83% 0.68% -
XYZ 18.97 10.32 7.65 -
YUV 77.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 173 30 75 0 0.83 0.57 0.32 341.12 0.7 0.4
Hex AD 1E 4B 0 53 39 20 155 46 28
Octal 255 36 113 0 123 71 40 525 106 50
Binary 10101101 11110 1001011 0 1010011 111001 100000 101010101 1000110 101000

Color Harmonies of #AD1E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1E4B

Black with #AD1E4B

Text Example


Text Example

White with #AD1E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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