#AF3941

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

Shades of Old Rose #AF3941

Tints of Old Rose #AF3941

Color information

#AF3941 (or 0xAF3941) is unknown color: approx Old Rose. HEX triplet: AF, 39 and 41. RGB value is (175,57,65). Sum of RGB (Red+Green+Blue) = 175+57+65=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3941 is #50C6BE. Grayscale: #5D5D5D. Windows color (decimal): -5293759 or 4274607. OLE color: 4274607.

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

Color convert

RGB1755765-
CMYK00.670.630.31
HSL355.93º50.86%45.49%-
HSV(B)355.93º67.43%68.63%-
XYZ20.112.426.34-
YUV93.19112.09186.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.92%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=58.92%
G=19.19%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175576500.670.630.31355.9350.8645.49
HexAF39410433F1F164332d
Octal25771101010377375446355
Binary1010111111100110000010100001111111111111101100100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3941; }

 p { color: rgb(175,57,65); }

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

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

 a { background-color: rgb(175,57,65); }

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

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

 span { border-color: rgb(175,57,65); }

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