Html Css Color HEX #AB2841 Old Rose

📋 copy color: '#AB2841'

red 171 ◦ green 40 ◦ blue 65

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

Shades of Old Rose #AB2841

Tints of Old Rose #AB2841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

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

R = 61.96%
G = 14.49%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB2841 (or 0xAB2841) is known color: Old Rose. HEX triplet: AB, 28 and 41. RGB value is (171,40,65). Sum of RGB (Red+Green+Blue) = 171+40+65=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2841 is #54D7BE. Grayscale: #525252. Windows color (decimal): -5560255 or 4270251. OLE color: 4270251.

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

Color convert

RGB 171 40 65 -
CMYK 0 0.77 0.62 0.33
HSL 348.55º 0.62% 0.41% -
HSV(B) 348.55º 0.77% 0.67% -
XYZ 18.51 10.56 6.06 -
YUV 82.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 171 40 65 0 0.77 0.62 0.33 348.55 0.62 0.41
Hex AB 28 41 0 4D 3E 21 15D 3E 29
Octal 253 50 101 0 115 76 41 535 76 51
Binary 10101011 101000 1000001 0 1001101 111110 100001 101011101 111110 101001

Color Harmonies of #AB2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2841

Black with #AB2841

Text Example


Text Example

White with #AB2841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2841; }

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

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

background-color css

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

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

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

border-color css

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

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

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