#BC061E

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

Shades of Venetian Red #BC061E

Tints of Venetian Red #BC061E

Color information

#BC061E (or 0xBC061E) is unknown color: approx Venetian Red. HEX triplet: BC, 06 and 1E. RGB value is (188,6,30). Sum of RGB (Red+Green+Blue) = 188+6+30=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC061E is #43F9E1. Grayscale: #3F3F3F. Windows color (decimal): -4454882 or 1967804. OLE color: 1967804.

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

Color convert

RGB188630-
CMYK00.970.840.26
HSL352.09º93.81%38.04%-
HSV(B)352.09º96.81%73.73%-
XYZ21.0410.922.23-
YUV63.15109.3217.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 83.93%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=83.93%
G=2.68%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18863000.970.840.26352.0993.8138.04
HexBC61E061541A1605e26
Octal27463601411243254013646
Binary1011110011011110011000011010100110101011000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC061E; }

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

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

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

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

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

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

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

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