#BC021F

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

Shades of Venetian Red #BC021F

Tints of Venetian Red #BC021F

Color information

#BC021F (or 0xBC021F) is unknown color: approx Venetian Red. HEX triplet: BC, 02 and 1F. RGB value is (188,2,31). Sum of RGB (Red+Green+Blue) = 188+2+31=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC021F is #43FDE0. Grayscale: #3C3C3C. Windows color (decimal): -4455905 or 2032316. OLE color: 2032316.

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

Color convert

RGB188231-
CMYK00.990.840.26
HSL350.65º97.89%37.25%-
HSV(B)350.65º98.94%73.73%-
XYZ21.0110.832.28-
YUV60.92111.12218.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 85.07%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=85.07%
G=0.90%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18823100.990.840.26350.6597.8937.25
HexBC21F063541A15f6225
Octal27423701431243253714245
Binary101111001011111011000111010100110101010111111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC021F; }

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

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

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

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

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

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

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

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