#B70207

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

Shades of Venetian Red #B70207

Tints of Venetian Red #B70207

Color information

#B70207 (or 0xB70207) is unknown color: approx Venetian Red. HEX triplet: B7, 02 and 07. RGB value is (183,2,7). Sum of RGB (Red+Green+Blue) = 183+2+7=192 (25% of max value = 765). Red value is 183 (71.88% from 255 or 95.31% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 183 - color contains mainly: red. Hex color #B70207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70207 is #48FDF8. Grayscale: #383838. Windows color (decimal): -4783609 or 459447. OLE color: 459447.

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

Color convert

RGB18327-
CMYK00.990.960.28
HSL358.34º97.84%36.27%-
HSV(B)358.34º98.91%71.76%-
XYZ19.5910.131.12-
YUV56.6999.97218.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 95.31%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 7 (3.12% from 255) = 3.65%
R=95.31%
G=1.04%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832700.990.960.28358.3497.8436.27
HexB727063601C1666224
Octal2672701431403454614244
Binary1011011110111011000111100000111001011001101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70207; }

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

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

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

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

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

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

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

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