#B10215

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

Shades of Venetian Red #B10215

Tints of Venetian Red #B10215

Color information

#B10215 (or 0xB10215) is unknown color: approx Venetian Red. HEX triplet: B1, 02 and 15. RGB value is (177,2,21). Sum of RGB (Red+Green+Blue) = 177+2+21=200 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 177 - color contains mainly: red. Hex color #B10215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10215 is #4EFDEA. Grayscale: #383838. Windows color (decimal): -5176811 or 1376945. OLE color: 1376945.

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

Color convert

RGB177221-
CMYK00.990.880.31
HSL353.49º97.77%35.1%-
HSV(B)353.49º98.87%69.41%-
XYZ18.299.441.57-
YUV56.49107.98213.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 88.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=88.5%
G=1%
B=10.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17722100.990.880.31353.4997.7735.1
HexB1215063581F1616223
Octal26122501431303754114243
Binary101100011010101011000111011000111111011000011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10215; }

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

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

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

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

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

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

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

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