#B70203

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

Shades of Venetian Red #B70203

Tints of Venetian Red #B70203

Color information

#B70203 (or 0xB70203) is unknown color: approx Venetian Red. HEX triplet: B7, 02 and 03. RGB value is (183,2,3). Sum of RGB (Red+Green+Blue) = 183+2+3=188 (24% of max value = 765). Red value is 183 (71.88% from 255 or 97.34% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 183 - color contains mainly: red. Hex color #B70203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70203 is #48FDFC. Grayscale: #383838. Windows color (decimal): -4783613 or 197303. OLE color: 197303.

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

Color convert

RGB18323-
CMYK00.990.980.28
HSL359.67º97.84%36.27%-
HSV(B)359.67º98.91%71.76%-
XYZ19.5710.121.01-
YUV56.2397.97218.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 97.34%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=97.34%
G=1.06%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832300.990.980.28359.6797.8436.27
HexB723063621C1686224
Octal2672301431423455014244
Binary101101111011011000111100010111001011010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70203; }

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

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

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

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

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

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

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

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