#B7161C

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

Shades of Venetian Red #B7161C

Tints of Venetian Red #B7161C

Color information

#B7161C (or 0xB7161C) is unknown color: approx Venetian Red. HEX triplet: B7, 16 and 1C. RGB value is (183,22,28). Sum of RGB (Red+Green+Blue) = 183+22+28=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B7161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7161C is #48E9E3. Grayscale: #464646. Windows color (decimal): -4778468 or 1840823. OLE color: 1840823.

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

Color convert

RGB1832228-
CMYK00.880.850.28
HSL357.76º78.54%40.2%-
HSV(B)357.76º87.98%71.76%-
XYZ20.0210.722.11-
YUV70.82103.84208.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 78.54%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 28 (11.33% from 255) = 12.02%
R=78.54%
G=9.44%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183222800.880.850.28357.7678.5440.2
HexB7161C058551C1664f28
Octal267263401301253454611750
Binary101101111011011100010110001010101111001011001101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7161C; }

 p { color: rgb(183,22,28); }

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

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

 a { background-color: rgb(183,22,28); }

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

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

 span { border-color: rgb(183,22,28); }

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