#BF001E

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

Shades of Venetian Red #BF001E

Tints of Venetian Red #BF001E

Color information

#BF001E (or 0xBF001E) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 1E. RGB value is (191,0,30). Sum of RGB (Red+Green+Blue) = 191+0+30=221 (29% of max value = 765). Red value is 191 (75% from 255 or 86.43% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 191 - color contains mainly: red. Hex color #BF001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF001E is #40FFE1. Grayscale: #3C3C3C. Windows color (decimal): -4259810 or 1966271. OLE color: 1966271.

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

Color convert

RGB191030-
CMYK010.840.25
HSL350.58º100%37.45%-
HSV(B)350.58º100%74.9%-
XYZ21.7211.172.24-
YUV60.53110.78221.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 86.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=86.43%
G=0%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191030010.840.25350.5810037.45
HexBF01E064541915f6425
Octal27703601441243153714445
Binary10111111011110011001001010100110011010111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF001E; }

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

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

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

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

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

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

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

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