Html Css Color HEX #AB2546 Old Rose

📋 copy color: '#AB2546'

red 171 ◦ green 37 ◦ blue 70

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

Shades of Old Rose #AB2546

Tints of Old Rose #AB2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 61.51%
G = 13.31%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB2546 (or 0xAB2546) is known color: Old Rose. HEX triplet: AB, 25 and 46. RGB value is (171,37,70). Sum of RGB (Red+Green+Blue) = 171+37+70=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2546 is #54DAB9. Grayscale: #505050. Windows color (decimal): -5561018 or 4597163. OLE color: 4597163.

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

Color convert

RGB 171 37 70 -
CMYK 0 0.78 0.59 0.33
HSL 345.22º 0.64% 0.41% -
HSV(B) 345.22º 0.78% 0.67% -
XYZ 18.56 10.42 6.83 -
YUV 80.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 171 37 70 0 0.78 0.59 0.33 345.22 0.64 0.41
Hex AB 25 46 0 4E 3B 21 159 40 29
Octal 253 45 106 0 116 73 41 531 100 51
Binary 10101011 100101 1000110 0 1001110 111011 100001 101011001 1000000 101001

Color Harmonies of #AB2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2546

Black with #AB2546

Text Example


Text Example

White with #AB2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2546; }

 p { color: rgb(171,37,70); }

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

background-color css

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

 a { background-color: rgb(171,37,70); }

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

border-color css

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

 span { border-color: rgb(171,37,70); }

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