#BC0F45

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

Shades of Cardinal #BC0F45

Tints of Cardinal #BC0F45

Color information

#BC0F45 (or 0xBC0F45) is unknown color: approx Cardinal. HEX triplet: BC, 0F and 45. RGB value is (188,15,69). Sum of RGB (Red+Green+Blue) = 188+15+69=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F45 is #43F0BA. Grayscale: #484848. Windows color (decimal): -4452539 or 4526012. OLE color: 4526012.

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

Color convert

RGB1881569-
CMYK00.920.630.26
HSL341.27º85.22%39.8%-
HSV(B)341.27º92.02%73.73%-
XYZ21.9811.466.68-
YUV72.88125.81210.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.12%
GREEN value IS 15 (6.25% from 255) = 5.51%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=69.12%
G=5.51%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188156900.920.630.26341.2785.2239.8
HexBCF4505C3F1A1555528
Octal274171050134773252512550
Binary101111001111100010101011100111111110101010101011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0F45; }

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

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

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

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

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

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

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

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