Html Css Color HEX #AD274B Old Rose

📋 copy color: '#AD274B'

red 173 ◦ green 39 ◦ blue 75

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

Shades of Old Rose #AD274B

Tints of Old Rose #AD274B

RGB

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

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

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

R = 60.28%
G = 13.59%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD274B (or 0xAD274B) is known color: Old Rose. HEX triplet: AD, 27 and 4B. RGB value is (173,39,75). Sum of RGB (Red+Green+Blue) = 173+39+75=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD274B is #52D8B4. Grayscale: #535353. Windows color (decimal): -5429429 or 4925357. OLE color: 4925357.

HSL color Cylindrical-coordinate representation of color #AD274B: hue angle of 343.88º 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 #AD274B is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 75 -
CMYK 0 0.77 0.57 0.32
HSL 343.88º 0.63% 0.42% -
HSV(B) 343.88º 0.77% 0.68% -
XYZ 19.23 10.84 7.74 -
YUV 83.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 173 39 75 0 0.77 0.57 0.32 343.88 0.63 0.42
Hex AD 27 4B 0 4D 39 20 158 3F 2A
Octal 255 47 113 0 115 71 40 530 77 52
Binary 10101101 100111 1001011 0 1001101 111001 100000 101011000 111111 101010

Color Harmonies of #AD274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD274B

Black with #AD274B

Text Example


Text Example

White with #AD274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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