Html Css Color HEX #AB1B48 Old Rose

📋 copy color: '#AB1B48'

red 171 ◦ green 27 ◦ blue 72

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

Shades of Old Rose #AB1B48

Tints of Old Rose #AB1B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 63.33%
G = 10%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB1B48 (or 0xAB1B48) is known color: Old Rose. HEX triplet: AB, 1B and 48. RGB value is (171,27,72). Sum of RGB (Red+Green+Blue) = 171+27+72=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1B48 is #54E4B7. Grayscale: #4B4B4B. Windows color (decimal): -5563576 or 4725675. OLE color: 4725675.

HSL color Cylindrical-coordinate representation of color #AB1B48: hue angle of 341.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B48 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 27 72 -
CMYK 0 0.84 0.58 0.33
HSL 341.25º 0.73% 0.39% -
HSV(B) 341.25º 0.84% 0.67% -
XYZ 18.36 9.91 7.08 -
YUV 75.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 171 27 72 0 0.84 0.58 0.33 341.25 0.73 0.39
Hex AB 1B 48 0 54 3A 21 155 49 27
Octal 253 33 110 0 124 72 41 525 111 47
Binary 10101011 11011 1001000 0 1010100 111010 100001 101010101 1001001 100111

Color Harmonies of #AB1B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B48

Black with #AB1B48

Text Example


Text Example

White with #AB1B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B48; }

 p { color: rgb(171,27,72); }

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

background-color css

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

 a { background-color: rgb(171,27,72); }

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

border-color css

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

 span { border-color: rgb(171,27,72); }

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