#B30107

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

Shades of Venetian Red #B30107

Tints of Venetian Red #B30107

Color information

#B30107 (or 0xB30107) is unknown color: approx Venetian Red. HEX triplet: B3, 01 and 07. RGB value is (179,1,7). Sum of RGB (Red+Green+Blue) = 179+1+7=187 (24% of max value = 765). Red value is 179 (70.31% from 255 or 95.72% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 179 - color contains mainly: red. Hex color #B30107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B30107 is #4CFEF8. Grayscale: #373737. Windows color (decimal): -5046009 or 459187. OLE color: 459187.

HSL color Cylindrical-coordinate representation of color #B30107: hue angle of 357.98º 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 #B30107 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB17917-
CMYK00.990.960.30
HSL357.98º98.89%35.29%-
HSV(B)357.98º99.44%70.2%-
XYZ18.649.621.08-
YUV54.91100.97216.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 95.72%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=95.72%
G=0.53%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791700.990.960.30357.9898.8935.29
HexB317063601E1666323
Octal2631701431403654614343
Binary101100111111011000111100000111101011001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30107; }

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

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

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

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

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

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

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

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