#B90F13

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

Shades of Venetian Red #B90F13

Tints of Venetian Red #B90F13

Color information

#B90F13 (or 0xB90F13) is unknown color: approx Venetian Red. HEX triplet: B9, 0F and 13. RGB value is (185,15,19). Sum of RGB (Red+Green+Blue) = 185+15+19=219 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.47% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90F13 is #46F0EC. Grayscale: #424242. Windows color (decimal): -4649197 or 1249209. OLE color: 1249209.

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

Color convert

RGB1851519-
CMYK00.920.900.27
HSL358.59º85%39.22%-
HSV(B)358.59º91.89%72.55%-
XYZ20.310.71.61-
YUV66.29101.32212.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 84.47%
GREEN value IS 15 (6.25% from 255) = 6.85%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=84.47%
G=6.85%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185151900.920.900.27358.598539.22
HexB9F1305C5A1B1675527
Octal271172301341323354712547
Binary10111001111110011010111001011010110111011001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90F13; }

 p { color: rgb(185,15,19); }

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

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

 a { background-color: rgb(185,15,19); }

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

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

 span { border-color: rgb(185,15,19); }

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