Html Css Color HEX #AB2748 Old Rose

📋 copy color: '#AB2748'

red 171 ◦ green 39 ◦ blue 72

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

Shades of Old Rose #AB2748

Tints of Old Rose #AB2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

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

R = 60.64%
G = 13.83%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB2748 (or 0xAB2748) is known color: Old Rose. HEX triplet: AB, 27 and 48. RGB value is (171,39,72). Sum of RGB (Red+Green+Blue) = 171+39+72=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2748 is #54D8B7. Grayscale: #525252. Windows color (decimal): -5560504 or 4728747. OLE color: 4728747.

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

Color convert

RGB 171 39 72 -
CMYK 0 0.77 0.58 0.33
HSL 345º 0.63% 0.41% -
HSV(B) 345º 0.77% 0.67% -
XYZ 18.69 10.58 7.19 -
YUV 82.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 171 39 72 0 0.77 0.58 0.33 345 0.63 0.41
Hex AB 27 48 0 4D 3A 21 159 3F 29
Octal 253 47 110 0 115 72 41 531 77 51
Binary 10101011 100111 1001000 0 1001101 111010 100001 101011001 111111 101001

Color Harmonies of #AB2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2748

Black with #AB2748

Text Example


Text Example

White with #AB2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2748; }

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

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

background-color css

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

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

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

border-color css

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

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

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