#BF2948

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

Shades of Old Rose #BF2948

Tints of Old Rose #BF2948

Color information

#BF2948 (or 0xBF2948) is unknown color: approx Old Rose. HEX triplet: BF, 29 and 48. RGB value is (191,41,72). Sum of RGB (Red+Green+Blue) = 191+41+72=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2948 is #40D6B7. Grayscale: #595959. Windows color (decimal): -4249272 or 4729279. OLE color: 4729279.

HSL color Cylindrical-coordinate representation of color #BF2948: hue angle of 347.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2948 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB1914172-
CMYK00.790.620.25
HSL347.6º64.66%45.49%-
HSV(B)347.6º78.53%74.9%-
XYZ23.4513.137.43-
YUV89.38118.2200.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.83%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=62.83%
G=13.49%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191417200.790.620.25347.664.6645.49
HexBF294804F3E1915c412d
Octal277511100117763153410155
Binary10111111101001100100001001111111110110011010111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2948; }

 p { color: rgb(191,41,72); }

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

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

 a { background-color: rgb(191,41,72); }

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

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

 span { border-color: rgb(191,41,72); }

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