#BC214A

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

Shades of Old Rose #BC214A

Tints of Old Rose #BC214A

Color information

#BC214A (or 0xBC214A) is unknown color: approx Old Rose. HEX triplet: BC, 21 and 4A. RGB value is (188,33,74). Sum of RGB (Red+Green+Blue) = 188+33+74=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC214A is #43DEB5. Grayscale: #545454. Windows color (decimal): -4447926 or 4858300. OLE color: 4858300.

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

Color convert

RGB1883374-
CMYK00.820.610.26
HSL344.13º70.14%43.33%-
HSV(B)344.13º82.45%73.73%-
XYZ22.5212.277.66-
YUV84.02122.35202.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.73%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=63.73%
G=11.19%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188337400.820.610.26344.1370.1443.33
HexBC214A0523D1A158462b
Octal274411120122753253010653
Binary10111100100001100101001010010111101110101010110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC214A; }

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

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

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

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

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

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

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

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