#AF2B4F

Color #AF2B4F Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AF2B4F

Tints of Old Rose #AF2B4F

Color information

#AF2B4F (or 0xAF2B4F) is unknown color: approx Old Rose. HEX triplet: AF, 2B and 4F. RGB value is (175,43,79). Sum of RGB (Red+Green+Blue) = 175+43+79=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2B4F is #50D4B0. Grayscale: #565656. Windows color (decimal): -5297329 or 5188527. OLE color: 5188527.

HSL color Cylindrical-coordinate representation of color #AF2B4F: hue angle of 343.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2B4F is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1754379-
CMYK00.750.550.31
HSL343.64º60.55%42.75%-
HSV(B)343.64º75.43%68.63%-
XYZ19.9511.418.55-
YUV86.57123.73191.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.92%
GREEN value IS 43 (17.19% from 255) = 14.48%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=58.92%
G=14.48%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175437900.750.550.31343.6460.5542.75
HexAF2B4F04B371F1583d2b
Octal25753117011367375307553
Binary1010111110101110011110100101111011111111101011000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2B4F; }

 p { color: rgb(175,43,79); }

 H1.HeaderClassName
 {
   color: #AF2B4F;
 }
 .AnyTagClassName
 {
   color: #AF2B4F;
 }
</style>
background-color css

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

 a { background-color: rgb(175,43,79); }

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

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

 span { border-color: rgb(175,43,79); }

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