#B1151C

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

Shades of Venetian Red #B1151C

Tints of Venetian Red #B1151C

Color information

#B1151C (or 0xB1151C) is unknown color: approx Venetian Red. HEX triplet: B1, 15 and 1C. RGB value is (177,21,28). Sum of RGB (Red+Green+Blue) = 177+21+28=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B1151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1151C is #4EEAE3. Grayscale: #444444. Windows color (decimal): -5171940 or 1840561. OLE color: 1840561.

HSL color Cylindrical-coordinate representation of color #B1151C: hue angle of 357.31º degrees, saturation: 0.79, 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 #B1151C is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1772128-
CMYK00.880.840.31
HSL357.31º78.79%38.82%-
HSV(B)357.31º88.14%69.41%-
XYZ18.619.972.04-
YUV68.44105.18205.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 78.32%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 28 (11.33% from 255) = 12.39%
R=78.32%
G=9.29%
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
Decimal177212800.880.840.31357.3178.7938.82
HexB1151C058541F1654f27
Octal261253401301243754511747
Binary101100011010111100010110001010100111111011001011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1151C; }

 p { color: rgb(177,21,28); }

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

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

 a { background-color: rgb(177,21,28); }

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

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

 span { border-color: rgb(177,21,28); }

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