#B0161C

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

Shades of Venetian Red #B0161C

Tints of Venetian Red #B0161C

Color information

#B0161C (or 0xB0161C) is unknown color: approx Venetian Red. HEX triplet: B0, 16 and 1C. RGB value is (176,22,28). Sum of RGB (Red+Green+Blue) = 176+22+28=226 (29% of max value = 765). Red value is 176 (69.14% from 255 or 77.88% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 176 - color contains mainly: red. Hex color #B0161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0161C is #4FE9E3. Grayscale: #444444. Windows color (decimal): -5237220 or 1840816. OLE color: 1840816.

HSL color Cylindrical-coordinate representation of color #B0161C: hue angle of 357.66º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0161C is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1762228-
CMYK00.880.840.31
HSL357.66º77.78%38.82%-
HSV(B)357.66º87.5%69.02%-
XYZ18.49.892.04-
YUV68.73105.02204.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 77.88%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 28 (11.33% from 255) = 12.39%
R=77.88%
G=9.73%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176222800.880.840.31357.6677.7838.82
HexB0161C058541F1664e27
Octal260263401301243754611647
Binary101100001011011100010110001010100111111011001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0161C; }

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

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

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

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

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

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

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

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