#B10F26

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

Shades of Venetian Red #B10F26

Tints of Venetian Red #B10F26

Color information

#B10F26 (or 0xB10F26) is unknown color: approx Venetian Red. HEX triplet: B1, 0F and 26. RGB value is (177,15,38). Sum of RGB (Red+Green+Blue) = 177+15+38=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10F26 is #4EF0D9. Grayscale: #424242. Windows color (decimal): -5173466 or 2494385. OLE color: 2494385.

HSL color Cylindrical-coordinate representation of color #B10F26: hue angle of 351.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10F26 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1771538-
CMYK00.920.790.31
HSL351.48º84.38%37.65%-
HSV(B)351.48º91.53%69.41%-
XYZ18.659.832.75-
YUV66.06112.17207.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.96%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 38 (15.23% from 255) = 16.52%
R=76.96%
G=6.52%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177153800.920.790.31351.4884.3837.65
HexB1F2605C4F1F15f5426
Octal261174601341173753712446
Binary101100011111100110010111001001111111111010111111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10F26; }

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

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

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

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

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

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

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

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