#BE010A

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

Shades of Venetian Red #BE010A

Tints of Venetian Red #BE010A

Color information

#BE010A (or 0xBE010A) is unknown color: approx Venetian Red. HEX triplet: BE, 01 and 0A. RGB value is (190,1,10). Sum of RGB (Red+Green+Blue) = 190+1+10=201 (26% of max value = 765). Red value is 190 (74.61% from 255 or 94.53% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 190 - color contains mainly: red. Hex color #BE010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE010A is #41FEF5. Grayscale: #3A3A3A. Windows color (decimal): -4325110 or 655806. OLE color: 655806.

HSL color Cylindrical-coordinate representation of color #BE010A: hue angle of 357.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE010A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB190110-
CMYK00.990.950.25
HSL357.14º98.95%37.45%-
HSV(B)357.14º99.47%74.51%-
XYZ21.310.991.29-
YUV58.54100.62221.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 94.53%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=94.53%
G=0.50%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011000.990.950.25357.1498.9537.45
HexBE1A0635F191656325
Octal27611201431373154514345
Binary1011111011010011000111011111110011011001011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE010A; }

 p { color: rgb(190,1,10); }

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

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

 a { background-color: rgb(190,1,10); }

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

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

 span { border-color: rgb(190,1,10); }

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