#B70206

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

Shades of Venetian Red #B70206

Tints of Venetian Red #B70206

Color information

#B70206 (or 0xB70206) is unknown color: approx Venetian Red. HEX triplet: B7, 02 and 06. RGB value is (183,2,6). Sum of RGB (Red+Green+Blue) = 183+2+6=191 (25% of max value = 765). Red value is 183 (71.88% from 255 or 95.81% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 183 - color contains mainly: red. Hex color #B70206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70206 is #48FDF9. Grayscale: #383838. Windows color (decimal): -4783610 or 393911. OLE color: 393911.

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

Color convert

RGB18326-
CMYK00.990.970.28
HSL358.67º97.84%36.27%-
HSV(B)358.67º98.91%71.76%-
XYZ19.5810.121.09-
YUV56.5899.47218.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 95.81%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=95.81%
G=1.05%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832600.990.970.28358.6797.8436.27
HexB726063611C1676224
Octal2672601431413454714244
Binary1011011110110011000111100001111001011001111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70206; }

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

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

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

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

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

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

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

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