#B61114

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

Shades of Venetian Red #B61114

Tints of Venetian Red #B61114

Color information

#B61114 (or 0xB61114) is unknown color: approx Venetian Red. HEX triplet: B6, 11 and 14. RGB value is (182,17,20). Sum of RGB (Red+Green+Blue) = 182+17+20=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B61114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61114 is #49EEEB. Grayscale: #424242. Windows color (decimal): -4845292 or 1315254. OLE color: 1315254.

HSL color Cylindrical-coordinate representation of color #B61114: hue angle of 358.91º degrees, saturation: 0.83, 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 #B61114 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB1821720-
CMYK00.910.890.29
HSL358.91º82.91%39.02%-
HSV(B)358.91º90.66%71.37%-
XYZ19.6210.41.63-
YUV66.68101.66210.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 83.11%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=83.11%
G=7.76%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182172000.910.890.29358.9182.9139.02
HexB6111405B591D1675327
Octal266212401331313554712347
Binary101101101000110100010110111011001111011011001111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61114; }

 p { color: rgb(182,17,20); }

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

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

 a { background-color: rgb(182,17,20); }

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

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

 span { border-color: rgb(182,17,20); }

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