#bc0a1e

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

Shades of Venetian Red #BC0A1E

Tints of Venetian Red #BC0A1E

Color information

#BC0A1E (or 0xBC0A1E) is unknown color: approx Venetian Red. HEX triplet: BC, 0A and 1E. RGB value is (188,10,30). Sum of RGB (Red+Green+Blue) = 188+10+30=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A1E is #43F5E1. Grayscale: #414141. Windows color (decimal): -4453858 or 1968828. OLE color: 1968828.

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

Color convert

RGB1881030-
CMYK00.950.840.26
HSL353.26º89.9%38.82%-
HSV(B)353.26º94.68%73.73%-
XYZ21.08112.24-
YUV65.5107.97215.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 82.46%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 30 (12.11% from 255) = 13.16%
R=82.46%
G=4.39%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188103000.950.840.26353.2689.938.82
HexBCA1E05F541A1615a27
Octal274123601371243254113247
Binary10111100101011110010111111010100110101011000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc0a1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc0a1e; }

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

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

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

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

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

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

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

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