#B90304

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

Shades of Venetian Red #B90304

Tints of Venetian Red #B90304

Color information

#B90304 (or 0xB90304) is unknown color: approx Venetian Red. HEX triplet: B9, 03 and 04. RGB value is (185,3,4). Sum of RGB (Red+Green+Blue) = 185+3+4=192 (25% of max value = 765). Red value is 185 (72.66% from 255 or 96.35% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 185 - color contains mainly: red. Hex color #B90304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90304 is #46FCFB. Grayscale: #393939. Windows color (decimal): -4652284 or 263097. OLE color: 263097.

HSL color Cylindrical-coordinate representation of color #B90304: hue angle of 359.67º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90304 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB18534-
CMYK00.980.980.27
HSL359.67º96.81%36.86%-
HSV(B)359.67º98.38%72.55%-
XYZ20.0610.391.06-
YUV57.5397.8218.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 96.35%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 4 (1.95% from 255) = 2.08%
R=96.35%
G=1.56%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853400.980.980.27359.6796.8136.86
HexB934062621B1686125
Octal2713401421423355014145
Binary1011100111100011000101100010110111011010001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90304; }

 p { color: rgb(185,3,4); }

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

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

 a { background-color: rgb(185,3,4); }

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

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

 span { border-color: rgb(185,3,4); }

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