Html Css Color HEX #AB2541 Old Rose

📋 copy color: '#AB2541'

red 171 ◦ green 37 ◦ blue 65

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

Shades of Old Rose #AB2541

Tints of Old Rose #AB2541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 62.64%
G = 13.55%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB2541 (or 0xAB2541) is known color: Old Rose. HEX triplet: AB, 25 and 41. RGB value is (171,37,65). Sum of RGB (Red+Green+Blue) = 171+37+65=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2541 is #54DABE. Grayscale: #505050. Windows color (decimal): -5561023 or 4269483. OLE color: 4269483.

HSL color Cylindrical-coordinate representation of color #AB2541: hue angle of 347.46º 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 #AB2541 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 37 65 -
CMYK 0 0.78 0.62 0.33
HSL 347.46º 0.64% 0.41% -
HSV(B) 347.46º 0.78% 0.67% -
XYZ 18.41 10.36 6.03 -
YUV 80.26 119.39 192.72 -
System Red Green Blue C M Y K H S L
Decimal 171 37 65 0 0.78 0.62 0.33 347.46 0.64 0.41
Hex AB 25 41 0 4E 3E 21 15B 40 29
Octal 253 45 101 0 116 76 41 533 100 51
Binary 10101011 100101 1000001 0 1001110 111110 100001 101011011 1000000 101001

Color Harmonies of #AB2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2541

Black with #AB2541

Text Example


Text Example

White with #AB2541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2541; }

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

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

background-color css

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

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

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

border-color css

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

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

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