#B70607

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

Shades of Venetian Red #B70607

Tints of Venetian Red #B70607

Color information

#B70607 (or 0xB70607) is unknown color: approx Venetian Red. HEX triplet: B7, 06 and 07. RGB value is (183,6,7). Sum of RGB (Red+Green+Blue) = 183+6+7=196 (25% of max value = 765). Red value is 183 (71.88% from 255 or 93.37% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 183 - color contains mainly: red. Hex color #B70607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70607 is #48F9F8. Grayscale: #3B3B3B. Windows color (decimal): -4782585 or 460471. OLE color: 460471.

HSL color Cylindrical-coordinate representation of color #B70607: hue angle of 359.66º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70607 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB18367-
CMYK00.970.960.28
HSL359.66º93.65%37.06%-
HSV(B)359.66º96.72%71.76%-
XYZ19.6310.211.14-
YUV59.0498.64216.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 93.37%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 7 (3.12% from 255) = 3.57%
R=93.37%
G=3.06%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836700.970.960.28359.6693.6537.06
HexB767061601C1685e25
Octal2676701411403455013645
Binary10110111110111011000011100000111001011010001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70607; }

 p { color: rgb(183,6,7); }

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

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

 a { background-color: rgb(183,6,7); }

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

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

 span { border-color: rgb(183,6,7); }

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