Html Css Color HEX #AB2C48 Old Rose

📋 copy color: '#AB2C48'

red 171 ◦ green 44 ◦ blue 72

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

Shades of Old Rose #AB2C48

Tints of Old Rose #AB2C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

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

R = 59.58%
G = 15.33%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB2C48 (or 0xAB2C48) is known color: Old Rose. HEX triplet: AB, 2C and 48. RGB value is (171,44,72). Sum of RGB (Red+Green+Blue) = 171+44+72=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C48 is #54D3B7. Grayscale: #555555. Windows color (decimal): -5559224 or 4730027. OLE color: 4730027.

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

Color convert

RGB 171 44 72 -
CMYK 0 0.74 0.58 0.33
HSL 346.77º 0.59% 0.42% -
HSV(B) 346.77º 0.74% 0.67% -
XYZ 18.86 10.93 7.25 -
YUV 85.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 171 44 72 0 0.74 0.58 0.33 346.77 0.59 0.42
Hex AB 2C 48 0 4A 3A 21 15B 3B 2A
Octal 253 54 110 0 112 72 41 533 73 52
Binary 10101011 101100 1001000 0 1001010 111010 100001 101011011 111011 101010

Color Harmonies of #AB2C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2C48

Black with #AB2C48

Text Example


Text Example

White with #AB2C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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