#B61016

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

Shades of Venetian Red #B61016

Tints of Venetian Red #B61016

Color information

#B61016 (or 0xB61016) is unknown color: approx Venetian Red. HEX triplet: B6, 10 and 16. RGB value is (182,16,22). Sum of RGB (Red+Green+Blue) = 182+16+22=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B61016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61016 is #49EFE9. Grayscale: #424242. Windows color (decimal): -4845546 or 1446070. OLE color: 1446070.

HSL color Cylindrical-coordinate representation of color #B61016: hue angle of 357.83º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61016 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1821622-
CMYK00.910.880.29
HSL357.83º83.84%38.82%-
HSV(B)357.83º91.21%71.37%-
XYZ19.6210.371.73-
YUV66.32103210.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 82.73%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 22 (8.98% from 255) = 10%
R=82.73%
G=7.27%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182162200.910.880.29357.8383.8438.82
HexB6101605B581D1665427
Octal266202601331303554612447
Binary101101101000010110010110111011000111011011001101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61016; }

 p { color: rgb(182,16,22); }

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

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

 a { background-color: rgb(182,16,22); }

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

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

 span { border-color: rgb(182,16,22); }

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