#B90617

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

Shades of Venetian Red #B90617

Tints of Venetian Red #B90617

Color information

#B90617 (or 0xB90617) is unknown color: approx Venetian Red. HEX triplet: B9, 06 and 17. RGB value is (185,6,23). Sum of RGB (Red+Green+Blue) = 185+6+23=214 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.45% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 185 - color contains mainly: red. Hex color #B90617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90617 is #46F9E8. Grayscale: #3D3D3D. Windows color (decimal): -4651497 or 1509049. OLE color: 1509049.

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

Color convert

RGB185623-
CMYK00.970.880.27
HSL354.3º93.72%37.45%-
HSV(B)354.3º96.76%72.55%-
XYZ20.2310.511.77-
YUV61.46106.3216.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 86.45%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 23 (9.38% from 255) = 10.75%
R=86.45%
G=2.80%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18562300.970.880.27354.393.7237.45
HexB9617061581B1625e25
Octal27162701411303354213645
Binary1011100111010111011000011011000110111011000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90617; }

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

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

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

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

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

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

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

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