#B30112

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

Shades of Venetian Red #B30112

Tints of Venetian Red #B30112

Color information

#B30112 (or 0xB30112) is unknown color: approx Venetian Red. HEX triplet: B3, 01 and 12. RGB value is (179,1,18). Sum of RGB (Red+Green+Blue) = 179+1+18=198 (26% of max value = 765). Red value is 179 (70.31% from 255 or 90.40% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 179 - color contains mainly: red. Hex color #B30112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30112 is #4CFEED. Grayscale: #383838. Windows color (decimal): -5045998 or 1180083. OLE color: 1180083.

HSL color Cylindrical-coordinate representation of color #B30112: hue angle of 354.27º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30112 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB179118-
CMYK00.990.900.30
HSL354.27º98.89%35.29%-
HSV(B)354.27º99.44%70.2%-
XYZ18.719.651.45-
YUV56.16106.47215.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 90.40%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=90.40%
G=0.51%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911800.990.900.30354.2798.8935.29
HexB31120635A1E1626323
Octal26312201431323654214343
Binary10110011110010011000111011010111101011000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30112; }

 p { color: rgb(179,1,18); }

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

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

 a { background-color: rgb(179,1,18); }

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

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

 span { border-color: rgb(179,1,18); }

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