#B90C1B

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

Shades of Venetian Red #B90C1B

Tints of Venetian Red #B90C1B

Color information

#B90C1B (or 0xB90C1B) is unknown color: approx Venetian Red. HEX triplet: B9, 0C and 1B. RGB value is (185,12,27). Sum of RGB (Red+Green+Blue) = 185+12+27=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C1B is #46F3E4. Grayscale: #414141. Windows color (decimal): -4649957 or 1772729. OLE color: 1772729.

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

Color convert

RGB1851227-
CMYK00.940.850.27
HSL354.8º87.82%38.63%-
HSV(B)354.8º93.51%72.55%-
XYZ20.3410.662.02-
YUV65.44106.31213.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 82.59%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 27 (10.94% from 255) = 12.05%
R=82.59%
G=5.36%
B=12.05%

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
Decimal185122700.940.850.27354.887.8238.63
HexB9C1B05E551B1635827
Octal271143301361253354313047
Binary10111001110011011010111101010101110111011000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C1B; }

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

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

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

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

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

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

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

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