Html Css Color HEX #AB2B48 Old Rose

📋 copy color: '#AB2B48'

red 171 ◦ green 43 ◦ blue 72

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

Shades of Old Rose #AB2B48

Tints of Old Rose #AB2B48

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.03%

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

R = 59.79%
G = 15.03%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB2B48 (or 0xAB2B48) is known color: Old Rose. HEX triplet: AB, 2B and 48. RGB value is (171,43,72). Sum of RGB (Red+Green+Blue) = 171+43+72=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B48 is #54D4B7. Grayscale: #545454. Windows color (decimal): -5559480 or 4729771. OLE color: 4729771.

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

Color convert

RGB 171 43 72 -
CMYK 0 0.75 0.58 0.33
HSL 346.41º 0.6% 0.42% -
HSV(B) 346.41º 0.75% 0.67% -
XYZ 18.83 10.85 7.23 -
YUV 84.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 171 43 72 0 0.75 0.58 0.33 346.41 0.6 0.42
Hex AB 2B 48 0 4B 3A 21 15A 3C 2A
Octal 253 53 110 0 113 72 41 532 74 52
Binary 10101011 101011 1001000 0 1001011 111010 100001 101011010 111100 101010

Color Harmonies of #AB2B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B48

Black with #AB2B48

Text Example


Text Example

White with #AB2B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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