#BC0318

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

Shades of Venetian Red #BC0318

Tints of Venetian Red #BC0318

Color information

#BC0318 (or 0xBC0318) is unknown color: approx Venetian Red. HEX triplet: BC, 03 and 18. RGB value is (188,3,24). Sum of RGB (Red+Green+Blue) = 188+3+24=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0318 is #43FCE7. Grayscale: #3C3C3C. Windows color (decimal): -4455656 or 1573820. OLE color: 1573820.

HSL color Cylindrical-coordinate representation of color #BC0318: hue angle of 353.19º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0318 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB188324-
CMYK00.980.870.26
HSL353.19º96.86%37.45%-
HSV(B)353.19º98.4%73.73%-
XYZ20.9410.821.85-
YUV60.71107.29218.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 87.44%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 24 (9.77% from 255) = 11.16%
R=87.44%
G=1.40%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18832400.980.870.26353.1996.8637.45
HexBC318062571A1616125
Octal27433001421273254114145
Binary101111001111000011000101010111110101011000011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0318; }

 p { color: rgb(188,3,24); }

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

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

 a { background-color: rgb(188,3,24); }

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

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

 span { border-color: rgb(188,3,24); }

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