#B90C1C

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

Shades of Venetian Red #B90C1C

Tints of Venetian Red #B90C1C

Color information

#B90C1C (or 0xB90C1C) is unknown color: approx Venetian Red. HEX triplet: B9, 0C and 1C. RGB value is (185,12,28). Sum of RGB (Red+Green+Blue) = 185+12+28=225 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.22% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C1C is #46F3E3. Grayscale: #414141. Windows color (decimal): -4649956 or 1838265. OLE color: 1838265.

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

Color convert

RGB1851228-
CMYK00.940.850.27
HSL354.45º87.82%38.63%-
HSV(B)354.45º93.51%72.55%-
XYZ20.3510.662.08-
YUV65.55106.81213.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 82.22%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 28 (11.33% from 255) = 12.44%
R=82.22%
G=5.33%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185122800.940.850.27354.4587.8238.63
HexB9C1C05E551B1625827
Octal271143401361253354213047
Binary10111001110011100010111101010101110111011000101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C1C; }

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

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

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

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

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

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

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

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