#BE3045

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

Shades of Old Rose #BE3045

Tints of Old Rose #BE3045

Color information

#BE3045 (or 0xBE3045) is unknown color: approx Old Rose. HEX triplet: BE, 30 and 45. RGB value is (190,48,69). Sum of RGB (Red+Green+Blue) = 190+48+69=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3045 is #41CFBA. Grayscale: #5C5C5C. Windows color (decimal): -4313019 or 4534462. OLE color: 4534462.

HSL color Cylindrical-coordinate representation of color #BE3045: hue angle of 351.13º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3045 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1904869-
CMYK00.750.640.25
HSL351.13º59.66%46.67%-
HSV(B)351.13º74.74%74.51%-
XYZ23.3713.497-
YUV92.85114.54197.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.89%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=61.89%
G=15.64%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190486900.750.640.25351.1359.6646.67
HexBE304504B401915f3c2f
Octal276601050113100315377457
Binary10111110110000100010101001011100000011001101011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3045; }

 p { color: rgb(190,48,69); }

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

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

 a { background-color: rgb(190,48,69); }

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

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

 span { border-color: rgb(190,48,69); }

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