#BE0008

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

Shades of Venetian Red #BE0008

Tints of Venetian Red #BE0008

Color information

#BE0008 (or 0xBE0008) is unknown color: approx Venetian Red. HEX triplet: BE, 00 and 08. RGB value is (190,0,8). Sum of RGB (Red+Green+Blue) = 190+0+8=198 (26% of max value = 765). Red value is 190 (74.61% from 255 or 95.96% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0008 is #41FFF7. Grayscale: #393939. Windows color (decimal): -4325368 or 524478. OLE color: 524478.

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

Color convert

RGB19008-
CMYK010.960.25
HSL357.47º100%37.25%-
HSV(B)357.47º100%74.51%-
XYZ21.2810.961.22-
YUV57.7299.95222.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 95.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=95.96%
G=0%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19008010.960.25357.4710037.25
HexBE0806460191656425
Octal27601001441403154514445
Binary1011111001000011001001100000110011011001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0008; }

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

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

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

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

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

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

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

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