#BF1A53

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

Shades of Old Rose #BF1A53

Tints of Old Rose #BF1A53

Color information

#BF1A53 (or 0xBF1A53) is unknown color: approx Old Rose. HEX triplet: BF, 1A and 53. RGB value is (191,26,83). Sum of RGB (Red+Green+Blue) = 191+26+83=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1A53 is #40E5AC. Grayscale: #515151. Windows color (decimal): -4253101 or 5446335. OLE color: 5446335.

HSL color Cylindrical-coordinate representation of color #BF1A53: hue angle of 339.27º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1A53 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB1912683-
CMYK00.860.570.25
HSL339.27º76.04%42.55%-
HSV(B)339.27º86.39%74.9%-
XYZ23.4212.449.35-
YUV81.83128.66205.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.67%
GREEN value IS 26 (10.55% from 255) = 8.67%
BLUE value IS 83 (32.81% from 255) = 27.67%
R=63.67%
G=8.67%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191268300.860.570.25339.2776.0442.55
HexBF1A5305639191534c2b
Octal277321230126713152311453
Binary1011111111010101001101010110111001110011010100111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1A53; }

 p { color: rgb(191,26,83); }

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

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

 a { background-color: rgb(191,26,83); }

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

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

 span { border-color: rgb(191,26,83); }

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