#BC0C1E

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

Shades of Venetian Red #BC0C1E

Tints of Venetian Red #BC0C1E

Color information

#BC0C1E (or 0xBC0C1E) is unknown color: approx Venetian Red. HEX triplet: BC, 0C and 1E. RGB value is (188,12,30). Sum of RGB (Red+Green+Blue) = 188+12+30=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C1E is #43F3E1. Grayscale: #424242. Windows color (decimal): -4453346 or 1969340. OLE color: 1969340.

HSL color Cylindrical-coordinate representation of color #BC0C1E: hue angle of 353.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C1E is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB1881230-
CMYK00.940.840.26
HSL353.86º88%39.22%-
HSV(B)353.86º93.62%73.73%-
XYZ21.111.052.25-
YUV66.68107.31214.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 81.74%
GREEN value IS 12 (5.08% from 255) = 5.22%
BLUE value IS 30 (12.11% from 255) = 13.04%
R=81.74%
G=5.22%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188123000.940.840.26353.868839.22
HexBCC1E05E541A1625827
Octal274143601361243254213047
Binary10111100110011110010111101010100110101011000101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0C1E; }

 p { color: rgb(188,12,30); }

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

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

 a { background-color: rgb(188,12,30); }

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

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

 span { border-color: rgb(188,12,30); }

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