#BF1C4B

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

Shades of Old Rose #BF1C4B

Tints of Old Rose #BF1C4B

Color information

#BF1C4B (or 0xBF1C4B) is unknown color: approx Old Rose. HEX triplet: BF, 1C and 4B. RGB value is (191,28,75). Sum of RGB (Red+Green+Blue) = 191+28+75=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1C4B is #40E3B4. Grayscale: #525252. Windows color (decimal): -4252597 or 4922559. OLE color: 4922559.

HSL color Cylindrical-coordinate representation of color #BF1C4B: hue angle of 342.7º 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 #BF1C4B is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1912875-
CMYK00.850.610.25
HSL342.7º74.43%42.94%-
HSV(B)342.7º85.34%74.9%-
XYZ23.1712.417.83-
YUV82.09124205.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 28 (11.33% from 255) = 9.52%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=64.97%
G=9.52%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191287500.850.610.25342.774.4342.94
HexBF1C4B0553D191574a2b
Octal277341130125753152711253
Binary1011111111100100101101010101111101110011010101111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C4B; }

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

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

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

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

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

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

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

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