#BC0622

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

Shades of Venetian Red #BC0622

Tints of Venetian Red #BC0622

Color information

#BC0622 (or 0xBC0622) is unknown color: approx Venetian Red. HEX triplet: BC, 06 and 22. RGB value is (188,6,34). Sum of RGB (Red+Green+Blue) = 188+6+34=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0622 is #43F9DD. Grayscale: #3F3F3F. Windows color (decimal): -4454878 or 2229948. OLE color: 2229948.

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

Color convert

RGB188634-
CMYK00.970.820.26
HSL350.77º93.81%38.04%-
HSV(B)350.77º96.81%73.73%-
XYZ21.0910.942.51-
YUV63.61111.3216.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 82.46%
GREEN value IS 6 (2.73% from 255) = 2.63%
BLUE value IS 34 (13.67% from 255) = 14.91%
R=82.46%
G=2.63%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18863400.970.820.26350.7793.8138.04
HexBC622061521A15f5e26
Octal27464201411223253713646
Binary10111100110100010011000011010010110101010111111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0622; }

 p { color: rgb(188,6,34); }

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

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

 a { background-color: rgb(188,6,34); }

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

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

 span { border-color: rgb(188,6,34); }

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