#af2242

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

Shades of Old Rose #AF2242

Tints of Old Rose #AF2242

Color information

#AF2242 (or 0xAF2242) is unknown color: approx Old Rose. HEX triplet: AF, 22 and 42. RGB value is (175,34,66). Sum of RGB (Red+Green+Blue) = 175+34+66=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2242 is #50DDBD. Grayscale: #4F4F4F. Windows color (decimal): -5299646 or 4334255. OLE color: 4334255.

HSL color Cylindrical-coordinate representation of color #AF2242: hue angle of 346.38º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2242 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1753466-
CMYK00.810.620.31
HSL346.38º67.46%40.98%-
HSV(B)346.38º80.57%68.63%-
XYZ19.2310.656.2-
YUV79.81120.21195.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.64%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 66 (26.17% from 255) = 24%
R=63.64%
G=12.36%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175346600.810.620.31346.3867.4640.98
HexAF22420513E1F15a4329
Octal257421020121763753210351
Binary10101111100010100001001010001111110111111010110101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2242; }

 p { color: rgb(175,34,66); }

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

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

 a { background-color: rgb(175,34,66); }

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

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

 span { border-color: rgb(175,34,66); }

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