#BF021E

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

Shades of Venetian Red #BF021E

Tints of Venetian Red #BF021E

Color information

#BF021E (or 0xBF021E) is unknown color: approx Venetian Red. HEX triplet: BF, 02 and 1E. RGB value is (191,2,30). Sum of RGB (Red+Green+Blue) = 191+2+30=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF021E is #40FDE1. Grayscale: #3D3D3D. Windows color (decimal): -4259298 or 1966783. OLE color: 1966783.

HSL color Cylindrical-coordinate representation of color #BF021E: hue angle of 351.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF021E is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB191230-
CMYK00.990.840.25
HSL351.11º97.93%37.84%-
HSV(B)351.11º98.95%74.9%-
XYZ21.7411.212.25-
YUV61.7110.12220.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 85.65%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=85.65%
G=0.90%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19123000.990.840.25351.1197.9337.84
HexBF21E063541915f6226
Octal27723601431243153714246
Binary101111111011110011000111010100110011010111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF021E; }

 p { color: rgb(191,2,30); }

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

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

 a { background-color: rgb(191,2,30); }

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

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

 span { border-color: rgb(191,2,30); }

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