#BF2250

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

Shades of Old Rose #BF2250

Tints of Old Rose #BF2250

Color information

#BF2250 (or 0xBF2250) is unknown color: approx Old Rose. HEX triplet: BF, 22 and 50. RGB value is (191,34,80). Sum of RGB (Red+Green+Blue) = 191+34+80=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2250 is #40DDAF. Grayscale: #565656. Windows color (decimal): -4251056 or 5251775. OLE color: 5251775.

HSL color Cylindrical-coordinate representation of color #BF2250: hue angle of 342.42º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2250 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1913480-
CMYK00.820.580.25
HSL342.42º69.78%44.12%-
HSV(B)342.42º82.2%74.9%-
XYZ23.5112.88.82-
YUV86.19124.51202.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.62%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=62.62%
G=11.15%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191348000.820.580.25342.4269.7844.12
HexBF22500523A19156462c
Octal277421200122723152610654
Binary10111111100010101000001010010111010110011010101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2250; }

 p { color: rgb(191,34,80); }

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

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

 a { background-color: rgb(191,34,80); }

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

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

 span { border-color: rgb(191,34,80); }

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