#BC0C26

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

Shades of Venetian Red #BC0C26

Tints of Venetian Red #BC0C26

Color information

#BC0C26 (or 0xBC0C26) is unknown color: approx Venetian Red. HEX triplet: BC, 0C and 26. RGB value is (188,12,38). Sum of RGB (Red+Green+Blue) = 188+12+38=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C26 is #43F3D9. Grayscale: #434343. Windows color (decimal): -4453338 or 2493628. OLE color: 2493628.

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

Color convert

RGB1881238-
CMYK00.940.800.26
HSL351.14º88%39.22%-
HSV(B)351.14º93.62%73.73%-
XYZ21.2211.092.86-
YUV67.59111.31213.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 78.99%
GREEN value IS 12 (5.08% from 255) = 5.04%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=78.99%
G=5.04%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188123800.940.800.26351.148839.22
HexBCC2605E501A15f5827
Octal274144601361203253713047
Binary101111001100100110010111101010000110101010111111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0C26; }

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

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

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

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

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

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

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

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