#B10826

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

Shades of Venetian Red #B10826

Tints of Venetian Red #B10826

Color information

#B10826 (or 0xB10826) is unknown color: approx Venetian Red. HEX triplet: B1, 08 and 26. RGB value is (177,8,38). Sum of RGB (Red+Green+Blue) = 177+8+38=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B10826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10826 is #4EF7D9. Grayscale: #3E3E3E. Windows color (decimal): -5175258 or 2492593. OLE color: 2492593.

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

Color convert

RGB177838-
CMYK00.950.790.31
HSL349.35º91.35%36.27%-
HSV(B)349.35º95.48%69.41%-
XYZ18.579.662.72-
YUV61.95114.49210.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 79.37%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 38 (15.23% from 255) = 17.04%
R=79.37%
G=3.59%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17783800.950.790.31349.3591.3536.27
HexB182605F4F1F15d5b24
Octal261104601371173753513344
Binary101100011000100110010111111001111111111010111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10826; }

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

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

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

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

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

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

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

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