#BC0C12

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

Shades of Venetian Red #BC0C12

Tints of Venetian Red #BC0C12

Color information

#BC0C12 (or 0xBC0C12) is unknown color: approx Venetian Red. HEX triplet: BC, 0C and 12. RGB value is (188,12,18). Sum of RGB (Red+Green+Blue) = 188+12+18=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0C12 is #43F3ED. Grayscale: #414141. Windows color (decimal): -4453358 or 1182908. OLE color: 1182908.

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

Color convert

RGB1881218-
CMYK00.940.900.26
HSL357.95º88%39.22%-
HSV(B)357.95º93.62%73.73%-
XYZ20.98111.59-
YUV65.31101.31215.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 86.24%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=86.24%
G=5.50%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188121800.940.900.26357.958839.22
HexBCC1205E5A1A1665827
Octal274142201361323254613047
Binary10111100110010010010111101011010110101011001101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0C12; }

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

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

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

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

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

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

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

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