#B10014

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

Shades of Venetian Red #B10014

Tints of Venetian Red #B10014

Color information

#B10014 (or 0xB10014) is unknown color: approx Venetian Red. HEX triplet: B1, 00 and 14. RGB value is (177,0,20). Sum of RGB (Red+Green+Blue) = 177+0+20=197 (26% of max value = 765). Red value is 177 (69.53% from 255 or 89.85% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 177 - color contains mainly: red. Hex color #B10014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10014 is #4EFFEB. Grayscale: #373737. Windows color (decimal): -5177324 or 1310897. OLE color: 1310897.

HSL color Cylindrical-coordinate representation of color #B10014: hue angle of 353.22º 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 #B10014 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB177020-
CMYK010.890.31
HSL353.22º100%34.71%-
HSV(B)353.22º100%69.41%-
XYZ18.269.41.51-
YUV55.2108.14214.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 89.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=89.85%
G=0%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177020010.890.31353.2210034.71
HexB1014064591F1616423
Octal26102401441313754114443
Binary10110001010100011001001011001111111011000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10014; }

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

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

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

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

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

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

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

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