#BE0721

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

Shades of Venetian Red #BE0721

Tints of Venetian Red #BE0721

Color information

#BE0721 (or 0xBE0721) is unknown color: approx Venetian Red. HEX triplet: BE, 07 and 21. RGB value is (190,7,33). Sum of RGB (Red+Green+Blue) = 190+7+33=230 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.61% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0721 is #41F8DE. Grayscale: #404040. Windows color (decimal): -4323551 or 2164670. OLE color: 2164670.

HSL color Cylindrical-coordinate representation of color #BE0721: hue angle of 351.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0721 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB190733-
CMYK00.960.830.25
HSL351.48º92.89%38.63%-
HSV(B)351.48º96.32%74.51%-
XYZ21.5911.212.46-
YUV64.68110.13217.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 82.61%
GREEN value IS 7 (3.12% from 255) = 3.04%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=82.61%
G=3.04%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19073300.960.830.25351.4892.8938.63
HexBE721060531915f5d27
Octal27674101401233153713547
Binary10111110111100001011000001010011110011010111111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0721; }

 p { color: rgb(190,7,33); }

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

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

 a { background-color: rgb(190,7,33); }

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

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

 span { border-color: rgb(190,7,33); }

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