#B61019

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

Shades of Venetian Red #B61019

Tints of Venetian Red #B61019

Color information

#B61019 (or 0xB61019) is unknown color: approx Venetian Red. HEX triplet: B6, 10 and 19. RGB value is (182,16,25). Sum of RGB (Red+Green+Blue) = 182+16+25=223 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.61% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 182 - color contains mainly: red. Hex color #B61019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61019 is #49EFE6. Grayscale: #424242. Windows color (decimal): -4845543 or 1642678. OLE color: 1642678.

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

Color convert

RGB1821625-
CMYK00.910.860.29
HSL356.75º83.84%38.82%-
HSV(B)356.75º91.21%71.37%-
XYZ19.6510.391.89-
YUV66.66104.5210.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 81.61%
GREEN value IS 16 (6.64% from 255) = 7.17%
BLUE value IS 25 (10.16% from 255) = 11.21%
R=81.61%
G=7.17%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182162500.910.860.29356.7583.8438.82
HexB6101905B561D1655427
Octal266203101331263554512447
Binary101101101000011001010110111010110111011011001011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61019; }

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

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

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

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

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

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

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

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