Html Css Color HEX #AB2447 Old Rose

📋 copy color: '#AB2447'

red 171 ◦ green 36 ◦ blue 71

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

Shades of Old Rose #AB2447

Tints of Old Rose #AB2447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.54%

R = 61.51%
G = 12.95%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB2447 (or 0xAB2447) is known color: Old Rose. HEX triplet: AB, 24 and 47. RGB value is (171,36,71). Sum of RGB (Red+Green+Blue) = 171+36+71=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2447 is #54DBB8. Grayscale: #505050. Windows color (decimal): -5561273 or 4662443. OLE color: 4662443.

HSL color Cylindrical-coordinate representation of color #AB2447: hue angle of 344.44º 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 #AB2447 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 36 71 -
CMYK 0 0.79 0.58 0.33
HSL 344.44º 0.65% 0.41% -
HSV(B) 344.44º 0.79% 0.67% -
XYZ 18.56 10.37 6.99 -
YUV 80.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 171 36 71 0 0.79 0.58 0.33 344.44 0.65 0.41
Hex AB 24 47 0 4F 3A 21 158 41 29
Octal 253 44 107 0 117 72 41 530 101 51
Binary 10101011 100100 1000111 0 1001111 111010 100001 101011000 1000001 101001

Color Harmonies of #AB2447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2447

Black with #AB2447

Text Example


Text Example

White with #AB2447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2447; }

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

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

background-color css

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

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

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

border-color css

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

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

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