Html Css Color HEX #AB2449 Old Rose

📋 copy color: '#AB2449'

red 171 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #AB2449

Tints of Old Rose #AB2449

RGB

 RED value IS 171 (67.19% from 255) = 61.07%

 GREEN value IS 36 (14.45% from 255) = 12.86%

 BLUE value IS 73 (28.91% from 255) = 26.07%

R = 61.07%
G = 12.86%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB2449 (or 0xAB2449) is known color: Old Rose. HEX triplet: AB, 24 and 49. RGB value is (171,36,73). Sum of RGB (Red+Green+Blue) = 171+36+73=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2449 is #54DBB6. Grayscale: #505050. Windows color (decimal): -5561271 or 4793515. OLE color: 4793515.

HSL color Cylindrical-coordinate representation of color #AB2449: hue angle of 343.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2449 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 36 73 -
CMYK 0 0.79 0.57 0.33
HSL 343.56º 0.65% 0.41% -
HSV(B) 343.56º 0.79% 0.67% -
XYZ 18.63 10.4 7.33 -
YUV 80.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 171 36 73 0 0.79 0.57 0.33 343.56 0.65 0.41
Hex AB 24 49 0 4F 39 21 158 41 29
Octal 253 44 111 0 117 71 41 530 101 51
Binary 10101011 100100 1001001 0 1001111 111001 100001 101011000 1000001 101001

Color Harmonies of #AB2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2449

Black with #AB2449

Text Example


Text Example

White with #AB2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2449; }

 p { color: rgb(171,36,73); }

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

background-color css

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

 a { background-color: rgb(171,36,73); }

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

border-color css

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

 span { border-color: rgb(171,36,73); }

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