#B10015

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

Shades of Venetian Red #B10015

Tints of Venetian Red #B10015

Color information

#B10015 (or 0xB10015) is unknown color: approx Venetian Red. HEX triplet: B1, 00 and 15. RGB value is (177,0,21). Sum of RGB (Red+Green+Blue) = 177+0+21=198 (26% of max value = 765). Red value is 177 (69.53% from 255 or 89.39% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 177 - color contains mainly: red. Hex color #B10015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10015 is #4EFFEA. Grayscale: #373737. Windows color (decimal): -5177323 or 1376433. OLE color: 1376433.

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

Color convert

RGB177021-
CMYK010.880.31
HSL352.88º100%34.71%-
HSV(B)352.88º100%69.41%-
XYZ18.279.41.56-
YUV55.32108.64214.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 89.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=89.39%
G=0%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177021010.880.31352.8810034.71
HexB1015064581F1616423
Octal26102501441303754114443
Binary10110001010101011001001011000111111011000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10015; }

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

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

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

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

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

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

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

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