#BF002A

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

Shades of Venetian Red #BF002A

Tints of Venetian Red #BF002A

Color information

#BF002A (or 0xBF002A) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 2A. RGB value is (191,0,42). Sum of RGB (Red+Green+Blue) = 191+0+42=233 (30% of max value = 765). Red value is 191 (75% from 255 or 81.97% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 191 - color contains mainly: red. Hex color #BF002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF002A is #40FFD5. Grayscale: #3D3D3D. Windows color (decimal): -4259798 or 2752703. OLE color: 2752703.

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

Color convert

RGB191042-
CMYK010.780.25
HSL346.81º100%37.45%-
HSV(B)346.81º100%74.9%-
XYZ21.911.243.21-
YUV61.9116.78220.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 81.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=81.97%
G=0%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191042010.780.25346.8110037.45
HexBF02A0644E1915b6425
Octal27705201441163153314445
Binary101111110101010011001001001110110011010110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF002A; }

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

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

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

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

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

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

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

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