#B7020F

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

Shades of Venetian Red #B7020F

Tints of Venetian Red #B7020F

Color information

#B7020F (or 0xB7020F) is unknown color: approx Venetian Red. HEX triplet: B7, 02 and 0F. RGB value is (183,2,15). Sum of RGB (Red+Green+Blue) = 183+2+15=200 (26% of max value = 765). Red value is 183 (71.88% from 255 or 91.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 183 - color contains mainly: red. Hex color #B7020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7020F is #48FDF0. Grayscale: #393939. Windows color (decimal): -4783601 or 983735. OLE color: 983735.

HSL color Cylindrical-coordinate representation of color #B7020F: hue angle of 355.69º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7020F is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB183215-
CMYK00.990.920.28
HSL355.69º97.84%36.27%-
HSV(B)355.69º98.91%71.76%-
XYZ19.6410.151.38-
YUV57.6103.97217.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 91.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 15 (6.25% from 255) = 7.5%
R=91.5%
G=1%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18321500.990.920.28355.6997.8436.27
HexB72F0635C1C1646224
Octal26721701431343454414244
Binary10110111101111011000111011100111001011001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7020F; }

 p { color: rgb(183,2,15); }

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

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

 a { background-color: rgb(183,2,15); }

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

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

 span { border-color: rgb(183,2,15); }

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