#B10922

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

Shades of Venetian Red #B10922

Tints of Venetian Red #B10922

Color information

#B10922 (or 0xB10922) is unknown color: approx Venetian Red. HEX triplet: B1, 09 and 22. RGB value is (177,9,34). Sum of RGB (Red+Green+Blue) = 177+9+34=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B10922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10922 is #4EF6DD. Grayscale: #3E3E3E. Windows color (decimal): -5175006 or 2230705. OLE color: 2230705.

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

Color convert

RGB177934-
CMYK00.950.810.31
HSL351.07º90.32%36.47%-
HSV(B)351.07º94.92%69.41%-
XYZ18.529.662.4-
YUV62.08112.16209.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 80.45%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 34 (13.67% from 255) = 15.45%
R=80.45%
G=4.09%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17793400.950.810.31351.0790.3236.47
HexB192205F511F15f5a24
Octal261114201371213753713244
Binary101100011001100010010111111010001111111010111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10922; }

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

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

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

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

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

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

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

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