#B90C1F

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

Shades of Venetian Red #B90C1F

Tints of Venetian Red #B90C1F

Color information

#B90C1F (or 0xB90C1F) is unknown color: approx Venetian Red. HEX triplet: B9, 0C and 1F. RGB value is (185,12,31). Sum of RGB (Red+Green+Blue) = 185+12+31=228 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.14% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C1F is #46F3E0. Grayscale: #414141. Windows color (decimal): -4649953 or 2034873. OLE color: 2034873.

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

Color convert

RGB1851231-
CMYK00.940.830.27
HSL353.41º87.82%38.63%-
HSV(B)353.41º93.51%72.55%-
XYZ20.3910.682.28-
YUV65.89108.31212.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 81.14%
GREEN value IS 12 (5.08% from 255) = 5.26%
BLUE value IS 31 (12.5% from 255) = 13.60%
R=81.14%
G=5.26%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185123100.940.830.27353.4187.8238.63
HexB9C1F05E531B1615827
Octal271143701361233354113047
Binary10111001110011111010111101010011110111011000011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90C1F; }

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

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

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

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

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

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

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

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