#BC3545

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

Shades of Old Rose #BC3545

Tints of Old Rose #BC3545

Color information

#BC3545 (or 0xBC3545) is unknown color: approx Old Rose. HEX triplet: BC, 35 and 45. RGB value is (188,53,69). Sum of RGB (Red+Green+Blue) = 188+53+69=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3545 is #43CABA. Grayscale: #5F5F5F. Windows color (decimal): -4442811 or 4535740. OLE color: 4535740.

HSL color Cylindrical-coordinate representation of color #BC3545: hue angle of 352.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3545 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB1885369-
CMYK00.720.630.26
HSL352.89º56.02%47.25%-
HSV(B)352.89º71.81%73.73%-
XYZ23.0913.677.05-
YUV95.19113.23194.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.65%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=60.65%
G=17.10%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188536900.720.630.26352.8956.0247.25
HexBC35450483F1A161382f
Octal27465105011077325417057
Binary1011110011010110001010100100011111111010101100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3545; }

 p { color: rgb(188,53,69); }

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

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

 a { background-color: rgb(188,53,69); }

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

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

 span { border-color: rgb(188,53,69); }

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