#BF1C4E

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

Shades of Old Rose #BF1C4E

Tints of Old Rose #BF1C4E

Color information

#BF1C4E (or 0xBF1C4E) is unknown color: approx Old Rose. HEX triplet: BF, 1C and 4E. RGB value is (191,28,78). Sum of RGB (Red+Green+Blue) = 191+28+78=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1C4E is #40E3B1. Grayscale: #525252. Windows color (decimal): -4252594 or 5119167. OLE color: 5119167.

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

Color convert

RGB1912878-
CMYK00.850.590.25
HSL341.6º74.43%42.94%-
HSV(B)341.6º85.34%74.9%-
XYZ23.2812.468.39-
YUV82.44125.5205.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.31%
GREEN value IS 28 (11.33% from 255) = 9.43%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=64.31%
G=9.43%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191287800.850.590.25341.674.4342.94
HexBF1C4E0553B191564a2b
Octal277341160125733152611253
Binary1011111111100100111001010101111011110011010101101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C4E; }

 p { color: rgb(191,28,78); }

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

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

 a { background-color: rgb(191,28,78); }

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

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

 span { border-color: rgb(191,28,78); }

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