#BE001F

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

Shades of Venetian Red #BE001F

Tints of Venetian Red #BE001F

Color information

#BE001F (or 0xBE001F) is unknown color: approx Venetian Red. HEX triplet: BE, 00 and 1F. RGB value is (190,0,31). Sum of RGB (Red+Green+Blue) = 190+0+31=221 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.97% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 190 - color contains mainly: red. Hex color #BE001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE001F is #41FFE0. Grayscale: #3C3C3C. Windows color (decimal): -4325345 or 2031806. OLE color: 2031806.

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

Color convert

RGB190031-
CMYK010.840.25
HSL350.21º100%37.25%-
HSV(B)350.21º100%74.51%-
XYZ21.4811.052.3-
YUV60.34111.45220.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 85.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=85.97%
G=0%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190031010.840.25350.2110037.25
HexBE01F064541915e6425
Octal27603701441243153614445
Binary10111110011111011001001010100110011010111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE001F; }

 p { color: rgb(190,0,31); }

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

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

 a { background-color: rgb(190,0,31); }

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

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

 span { border-color: rgb(190,0,31); }

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