Html Css Color HEX #AB313F Old Rose

📋 copy color: '#AB313F'

red 171 ◦ green 49 ◦ blue 63

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

Shades of Old Rose #AB313F

Tints of Old Rose #AB313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.31%

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

R = 60.42%
G = 17.31%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB313F (or 0xAB313F) is known color: Old Rose. HEX triplet: AB, 31 and 3F. RGB value is (171,49,63). Sum of RGB (Red+Green+Blue) = 171+49+63=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB313F is #54CEC0. Grayscale: #575757. Windows color (decimal): -5557953 or 4141483. OLE color: 4141483.

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

Color convert

RGB 171 49 63 -
CMYK 0 0.71 0.63 0.33
HSL 353.11º 0.55% 0.43% -
HSV(B) 353.11º 0.71% 0.67% -
XYZ 18.79 11.21 5.88 -
YUV 87.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 171 49 63 0 0.71 0.63 0.33 353.11 0.55 0.43
Hex AB 31 3F 0 47 3F 21 161 37 2B
Octal 253 61 77 0 107 77 41 541 67 53
Binary 10101011 110001 111111 0 1000111 111111 100001 101100001 110111 101011

Color Harmonies of #AB313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB313F

Black with #AB313F

Text Example


Text Example

White with #AB313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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