#B90615

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

Shades of Venetian Red #B90615

Tints of Venetian Red #B90615

Color information

#B90615 (or 0xB90615) is unknown color: approx Venetian Red. HEX triplet: B9, 06 and 15. RGB value is (185,6,21). Sum of RGB (Red+Green+Blue) = 185+6+21=212 (28% of max value = 765). Red value is 185 (72.66% from 255 or 87.26% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 185 - color contains mainly: red. Hex color #B90615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90615 is #46F9EA. Grayscale: #3D3D3D. Windows color (decimal): -4651499 or 1377977. OLE color: 1377977.

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

Color convert

RGB185621-
CMYK00.970.890.27
HSL354.97º93.72%37.45%-
HSV(B)354.97º96.76%72.55%-
XYZ20.2110.51.67-
YUV61.23105.3216.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 87.26%
GREEN value IS 6 (2.73% from 255) = 2.83%
BLUE value IS 21 (8.59% from 255) = 9.91%
R=87.26%
G=2.83%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18562100.970.890.27354.9793.7237.45
HexB9615061591B1635e25
Octal27162501411313354313645
Binary1011100111010101011000011011001110111011000111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90615; }

 p { color: rgb(185,6,21); }

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

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

 a { background-color: rgb(185,6,21); }

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

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

 span { border-color: rgb(185,6,21); }

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