#BF010D

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

Shades of Venetian Red #BF010D

Tints of Venetian Red #BF010D

Color information

#BF010D (or 0xBF010D) is unknown color: approx Venetian Red. HEX triplet: BF, 01 and 0D. RGB value is (191,1,13). Sum of RGB (Red+Green+Blue) = 191+1+13=205 (27% of max value = 765). Red value is 191 (75% from 255 or 93.17% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 191 - color contains mainly: red. Hex color #BF010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF010D is #40FEF2. Grayscale: #3B3B3B. Windows color (decimal): -4259571 or 852415. OLE color: 852415.

HSL color Cylindrical-coordinate representation of color #BF010D: hue angle of 356.21º degrees, saturation: 0.99, 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 #BF010D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB191113-
CMYK00.990.930.25
HSL356.21º98.96%37.65%-
HSV(B)356.21º99.48%74.9%-
XYZ21.5711.131.39-
YUV59.18101.95222.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 93.17%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=93.17%
G=0.49%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111300.990.930.25356.2198.9637.65
HexBF1D0635D191646326
Octal27711501431353154414346
Binary1011111111101011000111011101110011011001001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF010D; }

 p { color: rgb(191,1,13); }

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

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

 a { background-color: rgb(191,1,13); }

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

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

 span { border-color: rgb(191,1,13); }

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