#BF000A

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

Shades of Venetian Red #BF000A

Tints of Venetian Red #BF000A

Color information

#BF000A (or 0xBF000A) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 0A. RGB value is (191,0,10). Sum of RGB (Red+Green+Blue) = 191+0+10=201 (26% of max value = 765). Red value is 191 (75% from 255 or 95.02% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 191 - color contains mainly: red. Hex color #BF000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF000A is #40FFF5. Grayscale: #3A3A3A. Windows color (decimal): -4259830 or 655551. OLE color: 655551.

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

Color convert

RGB191010-
CMYK010.950.25
HSL356.86º100%37.45%-
HSV(B)356.86º100%74.9%-
XYZ21.5411.11.29-
YUV58.25100.78222.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 95.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=95.02%
G=0%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191010010.950.25356.8610037.45
HexBF0A0645F191656425
Octal27701201441373154514445
Binary1011111101010011001001011111110011011001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF000A; }

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

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

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

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

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

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

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

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