#BF2448

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

Shades of Old Rose #BF2448

Tints of Old Rose #BF2448

Color information

#BF2448 (or 0xBF2448) is unknown color: approx Old Rose. HEX triplet: BF, 24 and 48. RGB value is (191,36,72). Sum of RGB (Red+Green+Blue) = 191+36+72=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2448 is #40DBB7. Grayscale: #565656. Windows color (decimal): -4250552 or 4727999. OLE color: 4727999.

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

Color convert

RGB1913672-
CMYK00.810.620.25
HSL346.06º68.28%44.51%-
HSV(B)346.06º81.15%74.9%-
XYZ23.2912.817.38-
YUV86.45119.85202.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.88%
GREEN value IS 36 (14.45% from 255) = 12.04%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=63.88%
G=12.04%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191367200.810.620.25346.0668.2844.51
HexBF24480513E1915a442d
Octal277441100121763153210455
Binary10111111100100100100001010001111110110011010110101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2448; }

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

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

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

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

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

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

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

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