#BC0F3F

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

Shades of Cardinal #BC0F3F

Tints of Cardinal #BC0F3F

Color information

#BC0F3F (or 0xBC0F3F) is unknown color: approx Cardinal. HEX triplet: BC, 0F and 3F. RGB value is (188,15,63). Sum of RGB (Red+Green+Blue) = 188+15+63=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F3F is #43F0C0. Grayscale: #484848. Windows color (decimal): -4452545 or 4132796. OLE color: 4132796.

HSL color Cylindrical-coordinate representation of color #BC0F3F: hue angle of 343.35º 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 #BC0F3F is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1881563-
CMYK00.920.660.26
HSL343.35º85.22%39.8%-
HSV(B)343.35º92.02%73.73%-
XYZ21.8111.395.75-
YUV72.2122.81210.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.68%
GREEN value IS 15 (6.25% from 255) = 5.64%
BLUE value IS 63 (25% from 255) = 23.68%
R=70.68%
G=5.64%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188156300.920.660.26343.3585.2239.8
HexBCF3F05C421A1575528
Octal274177701341023252712550
Binary101111001111111111010111001000010110101010101111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0F3F; }

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

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

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

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

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

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

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

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