#BC0228

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

Shades of Venetian Red #BC0228

Tints of Venetian Red #BC0228

Color information

#BC0228 (or 0xBC0228) is unknown color: approx Venetian Red. HEX triplet: BC, 02 and 28. RGB value is (188,2,40). Sum of RGB (Red+Green+Blue) = 188+2+40=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0228 is #43FDD7. Grayscale: #3D3D3D. Windows color (decimal): -4455896 or 2622140. OLE color: 2622140.

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

Color convert

RGB188240-
CMYK00.990.790.26
HSL347.74º97.89%37.25%-
HSV(B)347.74º98.94%73.73%-
XYZ21.1410.892.99-
YUV61.95115.62217.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 81.74%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=81.74%
G=0.87%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18824000.990.790.26347.7497.8937.25
HexBC2280634F1A15c6225
Octal27425001431173253414245
Binary1011110010101000011000111001111110101010111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0228; }

 p { color: rgb(188,2,40); }

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

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

 a { background-color: rgb(188,2,40); }

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

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

 span { border-color: rgb(188,2,40); }

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