#B70004

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

Shades of Venetian Red #B70004

Tints of Venetian Red #B70004

Color information

#B70004 (or 0xB70004) is unknown color: approx Venetian Red. HEX triplet: B7, 00 and 04. RGB value is (183,0,4). Sum of RGB (Red+Green+Blue) = 183+0+4=187 (24% of max value = 765). Red value is 183 (71.88% from 255 or 97.86% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 183 - color contains mainly: red. Hex color #B70004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70004 is #48FFFB. Grayscale: #373737. Windows color (decimal): -4784124 or 262327. OLE color: 262327.

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

Color convert

RGB18304-
CMYK010.980.28
HSL358.69º100%35.88%-
HSV(B)358.69º100%71.76%-
XYZ19.5510.081.03-
YUV55.1799.13219.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 97.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 2.14%
R=97.86%
G=0%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18304010.980.28358.6910035.88
HexB704064621C1676424
Octal2670401441423454714444
Binary101101110100011001001100010111001011001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70004; }

 p { color: rgb(183,0,4); }

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

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

 a { background-color: rgb(183,0,4); }

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

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

 span { border-color: rgb(183,0,4); }

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