#b1000f

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

Shades of Venetian Red #B1000F

Tints of Venetian Red #B1000F

Color information

#B1000F (or 0xB1000F) is unknown color: approx Venetian Red. HEX triplet: B1, 00 and 0F. RGB value is (177,0,15). Sum of RGB (Red+Green+Blue) = 177+0+15=192 (25% of max value = 765). Red value is 177 (69.53% from 255 or 92.19% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 177 - color contains mainly: red. Hex color #B1000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1000F is #4EFFF0. Grayscale: #363636. Windows color (decimal): -5177329 or 983217. OLE color: 983217.

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

Color convert

RGB177015-
CMYK010.920.31
HSL354.92º100%34.71%-
HSV(B)354.92º100%69.41%-
XYZ18.229.381.3-
YUV54.63105.64215.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 92.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=92.19%
G=0%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177015010.920.31354.9210034.71
HexB10F0645C1F1636423
Octal26101701441343754314443
Binary1011000101111011001001011100111111011000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1000f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1000f; }

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

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

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

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

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

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

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

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