Html Css Color HEX #AB293F Old Rose

📋 copy color: '#AB293F'

red 171 ◦ green 41 ◦ blue 63

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

Shades of Old Rose #AB293F

Tints of Old Rose #AB293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 62.18%
G = 14.91%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB293F (or 0xAB293F) is known color: Old Rose. HEX triplet: AB, 29 and 3F. RGB value is (171,41,63). Sum of RGB (Red+Green+Blue) = 171+41+63=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB293F is #54D6C0. Grayscale: #525252. Windows color (decimal): -5560001 or 4139435. OLE color: 4139435.

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

Color convert

RGB 171 41 63 -
CMYK 0 0.76 0.63 0.33
HSL 349.85º 0.61% 0.42% -
HSV(B) 349.85º 0.76% 0.67% -
XYZ 18.48 10.6 5.77 -
YUV 82.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 171 41 63 0 0.76 0.63 0.33 349.85 0.61 0.42
Hex AB 29 3F 0 4C 3F 21 15E 3D 2A
Octal 253 51 77 0 114 77 41 536 75 52
Binary 10101011 101001 111111 0 1001100 111111 100001 101011110 111101 101010

Color Harmonies of #AB293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB293F

Black with #AB293F

Text Example


Text Example

White with #AB293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB293F; }

 p { color: rgb(171,41,63); }

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

background-color css

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

 a { background-color: rgb(171,41,63); }

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

border-color css

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

 span { border-color: rgb(171,41,63); }

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