#B90C1E

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

Shades of Venetian Red #B90C1E

Tints of Venetian Red #B90C1E

Color information

#B90C1E (or 0xB90C1E) is unknown color: approx Venetian Red. HEX triplet: B9, 0C and 1E. RGB value is (185,12,30). Sum of RGB (Red+Green+Blue) = 185+12+30=227 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.50% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C1E is #46F3E1. Grayscale: #414141. Windows color (decimal): -4649954 or 1969337. OLE color: 1969337.

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

Color convert

RGB1851230-
CMYK00.940.840.27
HSL353.76º87.82%38.63%-
HSV(B)353.76º93.51%72.55%-
XYZ20.3710.672.21-
YUV65.78107.81213.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 81.50%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 30 (12.11% from 255) = 13.22%
R=81.50%
G=5.29%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185123000.940.840.27353.7687.8238.63
HexB9C1E05E541B1625827
Octal271143601361243354213047
Binary10111001110011110010111101010100110111011000101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C1E; }

 p { color: rgb(185,12,30); }

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

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

 a { background-color: rgb(185,12,30); }

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

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

 span { border-color: rgb(185,12,30); }

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