#B10C26

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

Shades of Venetian Red #B10C26

Tints of Venetian Red #B10C26

Color information

#B10C26 (or 0xB10C26) is unknown color: approx Venetian Red. HEX triplet: B1, 0C and 26. RGB value is (177,12,38). Sum of RGB (Red+Green+Blue) = 177+12+38=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C26 is #4EF3D9. Grayscale: #404040. Windows color (decimal): -5174234 or 2493617. OLE color: 2493617.

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

Color convert

RGB1771238-
CMYK00.930.790.31
HSL350.55º87.3%37.06%-
HSV(B)350.55º93.22%69.41%-
XYZ18.619.752.73-
YUV64.3113.16208.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.97%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=77.97%
G=5.29%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177123800.930.790.31350.5587.337.06
HexB1C2605D4F1F15f5725
Octal261144601351173753712745
Binary101100011100100110010111011001111111111010111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C26; }

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

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

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

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

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

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

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

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