#BE1F4F

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

Shades of Old Rose #BE1F4F

Tints of Old Rose #BE1F4F

Color information

#BE1F4F (or 0xBE1F4F) is unknown color: approx Old Rose. HEX triplet: BE, 1F and 4F. RGB value is (190,31,79). Sum of RGB (Red+Green+Blue) = 190+31+79=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1F4F is #41E0B0. Grayscale: #535353. Windows color (decimal): -4317361 or 5185470. OLE color: 5185470.

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

Color convert

RGB1903179-
CMYK00.840.580.25
HSL341.89º71.95%43.33%-
HSV(B)341.89º83.68%74.51%-
XYZ23.1412.498.59-
YUV84.01125.18203.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.33%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=63.33%
G=10.33%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190317900.840.580.25341.8971.9543.33
HexBE1F4F0543A19156482b
Octal276371170124723152611053
Binary1011111011111100111101010100111010110011010101101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1F4F; }

 p { color: rgb(190,31,79); }

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

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

 a { background-color: rgb(190,31,79); }

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

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

 span { border-color: rgb(190,31,79); }

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