Html Css Color HEX #AB2846 Old Rose

📋 copy color: '#AB2846'

red 171 ◦ green 40 ◦ blue 70

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

Shades of Old Rose #AB2846

Tints of Old Rose #AB2846

RGB

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

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

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

R = 60.85%
G = 14.23%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB2846 (or 0xAB2846) is known color: Old Rose. HEX triplet: AB, 28 and 46. RGB value is (171,40,70). Sum of RGB (Red+Green+Blue) = 171+40+70=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2846 is #54D7B9. Grayscale: #525252. Windows color (decimal): -5560250 or 4597931. OLE color: 4597931.

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

Color convert

RGB 171 40 70 -
CMYK 0 0.77 0.59 0.33
HSL 346.26º 0.62% 0.41% -
HSV(B) 346.26º 0.77% 0.67% -
XYZ 18.66 10.62 6.86 -
YUV 82.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 171 40 70 0 0.77 0.59 0.33 346.26 0.62 0.41
Hex AB 28 46 0 4D 3B 21 15A 3E 29
Octal 253 50 106 0 115 73 41 532 76 51
Binary 10101011 101000 1000110 0 1001101 111011 100001 101011010 111110 101001

Color Harmonies of #AB2846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2846

Black with #AB2846

Text Example


Text Example

White with #AB2846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2846; }

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

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

background-color css

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

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

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

border-color css

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

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

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