Html Css Color HEX #AB1C48 Old Rose

📋 copy color: '#AB1C48'

red 171 ◦ green 28 ◦ blue 72

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

Shades of Old Rose #AB1C48

Tints of Old Rose #AB1C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

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

R = 63.1%
G = 10.33%
B = 26.57%

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

#AB1C48 (or 0xAB1C48) is known color: Old Rose. HEX triplet: AB, 1C and 48. RGB value is (171,28,72). Sum of RGB (Red+Green+Blue) = 171+28+72=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1C48 is #54E3B7. Grayscale: #4B4B4B. Windows color (decimal): -5563320 or 4725931. OLE color: 4725931.

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

Color convert

RGB 171 28 72 -
CMYK 0 0.84 0.58 0.33
HSL 341.54º 0.72% 0.39% -
HSV(B) 341.54º 0.84% 0.67% -
XYZ 18.38 9.96 7.08 -
YUV 75.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 171 28 72 0 0.84 0.58 0.33 341.54 0.72 0.39
Hex AB 1C 48 0 54 3A 21 156 48 27
Octal 253 34 110 0 124 72 41 526 110 47
Binary 10101011 11100 1001000 0 1010100 111010 100001 101010110 1001000 100111

Color Harmonies of #AB1C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C48

Black with #AB1C48

Text Example


Text Example

White with #AB1C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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