#B90A0E

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

Shades of Venetian Red #B90A0E

Tints of Venetian Red #B90A0E

Color information

#B90A0E (or 0xB90A0E) is unknown color: approx Venetian Red. HEX triplet: B9, 0A and 0E. RGB value is (185,10,14). Sum of RGB (Red+Green+Blue) = 185+10+14=209 (27% of max value = 765). Red value is 185 (72.66% from 255 or 88.52% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90A0E is #46F5F1. Grayscale: #3E3E3E. Windows color (decimal): -4650482 or 920249. OLE color: 920249.

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

Color convert

RGB1851014-
CMYK00.950.920.27
HSL358.63º89.74%38.24%-
HSV(B)358.63º94.59%72.55%-
XYZ20.210.561.39-
YUV62.78100.48215.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 88.52%
GREEN value IS 10 (4.30% from 255) = 4.78%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=88.52%
G=4.78%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185101400.950.920.27358.6389.7438.24
HexB9AE05F5C1B1675a26
Octal271121601371343354713246
Binary1011100110101110010111111011100110111011001111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90A0E; }

 p { color: rgb(185,10,14); }

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

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

 a { background-color: rgb(185,10,14); }

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

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

 span { border-color: rgb(185,10,14); }

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