#BF001F

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

Shades of Venetian Red #BF001F

Tints of Venetian Red #BF001F

Color information

#BF001F (or 0xBF001F) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 1F. RGB value is (191,0,31). Sum of RGB (Red+Green+Blue) = 191+0+31=222 (29% of max value = 765). Red value is 191 (75% from 255 or 86.04% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 191 - color contains mainly: red. Hex color #BF001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF001F is #40FFE0. Grayscale: #3C3C3C. Windows color (decimal): -4259809 or 2031807. OLE color: 2031807.

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

Color convert

RGB191031-
CMYK010.840.25
HSL350.26º100%37.45%-
HSV(B)350.26º100%74.9%-
XYZ21.7311.182.31-
YUV60.64111.28220.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 86.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=86.04%
G=0%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191031010.840.25350.2610037.45
HexBF01F064541915e6425
Octal27703701441243153614445
Binary10111111011111011001001010100110011010111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF001F; }

 p { color: rgb(191,0,31); }

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

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

 a { background-color: rgb(191,0,31); }

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

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

 span { border-color: rgb(191,0,31); }

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