#BF001C

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

Shades of Venetian Red #BF001C

Tints of Venetian Red #BF001C

Color information

#BF001C (or 0xBF001C) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 1C. RGB value is (191,0,28). Sum of RGB (Red+Green+Blue) = 191+0+28=219 (29% of max value = 765). Red value is 191 (75% from 255 or 87.21% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 191 - color contains mainly: red. Hex color #BF001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF001C is #40FFE3. Grayscale: #3C3C3C. Windows color (decimal): -4259812 or 1835199. OLE color: 1835199.

HSL color Cylindrical-coordinate representation of color #BF001C: hue angle of 351.2º 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 #BF001C is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB191028-
CMYK010.850.25
HSL351.2º100%37.45%-
HSV(B)351.2º100%74.9%-
XYZ21.711.162.11-
YUV60.3109.78221.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 87.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 12.79%
R=87.21%
G=0%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191028010.850.25351.210037.45
HexBF01C064551915f6425
Octal27703401441253153714445
Binary10111111011100011001001010101110011010111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF001C; }

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

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

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

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

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

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

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

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