#B10918

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

Shades of Venetian Red #B10918

Tints of Venetian Red #B10918

Color information

#B10918 (or 0xB10918) is unknown color: approx Venetian Red. HEX triplet: B1, 09 and 18. RGB value is (177,9,24). Sum of RGB (Red+Green+Blue) = 177+9+24=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B10918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10918 is #4EF6E7. Grayscale: #3D3D3D. Windows color (decimal): -5175016 or 1575345. OLE color: 1575345.

HSL color Cylindrical-coordinate representation of color #B10918: hue angle of 354.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10918 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB177924-
CMYK00.950.860.31
HSL354.64º90.32%36.47%-
HSV(B)354.64º94.92%69.41%-
XYZ18.399.611.75-
YUV60.94107.16210.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 84.29%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=84.29%
G=4.29%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17792400.950.860.31354.6490.3236.47
HexB191805F561F1635a24
Octal261113001371263754313244
Binary10110001100111000010111111010110111111011000111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10918; }

 p { color: rgb(177,9,24); }

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

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

 a { background-color: rgb(177,9,24); }

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

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

 span { border-color: rgb(177,9,24); }

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