#B90C1D

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

Shades of Venetian Red #B90C1D

Tints of Venetian Red #B90C1D

Color information

#B90C1D (or 0xB90C1D) is unknown color: approx Venetian Red. HEX triplet: B9, 0C and 1D. RGB value is (185,12,29). Sum of RGB (Red+Green+Blue) = 185+12+29=226 (29% of max value = 765). Red value is 185 (72.66% from 255 or 81.86% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C1D is #46F3E2. Grayscale: #414141. Windows color (decimal): -4649955 or 1903801. OLE color: 1903801.

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

Color convert

RGB1851229-
CMYK00.940.840.27
HSL354.1º87.82%38.63%-
HSV(B)354.1º93.51%72.55%-
XYZ20.3610.672.15-
YUV65.66107.31213.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 81.86%
GREEN value IS 12 (5.08% from 255) = 5.31%
BLUE value IS 29 (11.72% from 255) = 12.83%
R=81.86%
G=5.31%
B=12.83%

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
Decimal185122900.940.840.27354.187.8238.63
HexB9C1D05E541B1625827
Octal271143501361243354213047
Binary10111001110011101010111101010100110111011000101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C1D; }

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

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

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

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

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

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

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

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