#B61017

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

Shades of Venetian Red #B61017

Tints of Venetian Red #B61017

Color information

#B61017 (or 0xB61017) is unknown color: approx Venetian Red. HEX triplet: B6, 10 and 17. RGB value is (182,16,23). Sum of RGB (Red+Green+Blue) = 182+16+23=221 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.35% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 182 - color contains mainly: red. Hex color #B61017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61017 is #49EFE8. Grayscale: #424242. Windows color (decimal): -4845545 or 1511606. OLE color: 1511606.

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

Color convert

RGB1821623-
CMYK00.910.870.29
HSL357.47º83.84%38.82%-
HSV(B)357.47º91.21%71.37%-
XYZ19.6310.381.78-
YUV66.43103.5210.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 82.35%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 23 (9.38% from 255) = 10.41%
R=82.35%
G=7.24%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182162300.910.870.29357.4783.8438.82
HexB6101705B571D1655427
Octal266202701331273554512447
Binary101101101000010111010110111010111111011011001011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61017; }

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

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

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

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

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

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

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

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