#BC3A4A

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

Shades of Old Rose #BC3A4A

Tints of Old Rose #BC3A4A

Color information

#BC3A4A (or 0xBC3A4A) is unknown color: approx Old Rose. HEX triplet: BC, 3A and 4A. RGB value is (188,58,74). Sum of RGB (Red+Green+Blue) = 188+58+74=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A4A is #43C5B5. Grayscale: #626262. Windows color (decimal): -4441526 or 4864700. OLE color: 4864700.

HSL color Cylindrical-coordinate representation of color #BC3A4A: hue angle of 352.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3A4A is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB1885874-
CMYK00.690.610.26
HSL352.62º52.85%48.24%-
HSV(B)352.62º69.15%73.73%-
XYZ23.4914.217.98-
YUV98.69114.07191.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.75%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 74 (29.30% from 255) = 23.12%
R=58.75%
G=18.12%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188587400.690.610.26352.6252.8548.24
HexBC3A4A0453D1A1613530
Octal27472112010575325416560
Binary1011110011101010010100100010111110111010101100001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3A4A; }

 p { color: rgb(188,58,74); }

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

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

 a { background-color: rgb(188,58,74); }

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

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

 span { border-color: rgb(188,58,74); }

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