#B7091B

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

Shades of Venetian Red #B7091B

Tints of Venetian Red #B7091B

Color information

#B7091B (or 0xB7091B) is unknown color: approx Venetian Red. HEX triplet: B7, 09 and 1B. RGB value is (183,9,27). Sum of RGB (Red+Green+Blue) = 183+9+27=219 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.56% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 183 - color contains mainly: red. Hex color #B7091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7091B is #48F6E4. Grayscale: #3F3F3F. Windows color (decimal): -4781797 or 1771959. OLE color: 1771959.

HSL color Cylindrical-coordinate representation of color #B7091B: hue angle of 353.79º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7091B is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB183927-
CMYK00.950.850.28
HSL353.79º90.62%37.65%-
HSV(B)353.79º95.08%71.76%-
XYZ19.8210.341.99-
YUV63.08107.65213.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 83.56%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 27 (10.94% from 255) = 12.33%
R=83.56%
G=4.11%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18392700.950.850.28353.7990.6237.65
HexB791B05F551C1625b26
Octal267113301371253454213346
Binary10110111100111011010111111010101111001011000101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7091B; }

 p { color: rgb(183,9,27); }

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

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

 a { background-color: rgb(183,9,27); }

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

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

 span { border-color: rgb(183,9,27); }

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