#BC0A1D

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

Shades of Venetian Red #BC0A1D

Tints of Venetian Red #BC0A1D

Color information

#BC0A1D (or 0xBC0A1D) is unknown color: approx Venetian Red. HEX triplet: BC, 0A and 1D. RGB value is (188,10,29). Sum of RGB (Red+Green+Blue) = 188+10+29=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A1D is #43F5E2. Grayscale: #414141. Windows color (decimal): -4453859 or 1903292. OLE color: 1903292.

HSL color Cylindrical-coordinate representation of color #BC0A1D: hue angle of 353.6º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0A1D is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB1881029-
CMYK00.950.850.26
HSL353.6º89.9%38.82%-
HSV(B)353.6º94.68%73.73%-
XYZ21.07112.17-
YUV65.39107.47215.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 82.82%
GREEN value IS 10 (4.30% from 255) = 4.41%
BLUE value IS 29 (11.72% from 255) = 12.78%
R=82.82%
G=4.41%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188102900.950.850.26353.689.938.82
HexBCA1D05F551A1625a27
Octal274123501371253254213247
Binary10111100101011101010111111010101110101011000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A1D; }

 p { color: rgb(188,10,29); }

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

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

 a { background-color: rgb(188,10,29); }

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

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

 span { border-color: rgb(188,10,29); }

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