#B90D27

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

Shades of Venetian Red #B90D27

Tints of Venetian Red #B90D27

Color information

#B90D27 (or 0xB90D27) is unknown color: approx Venetian Red. HEX triplet: B9, 0D and 27. RGB value is (185,13,39). Sum of RGB (Red+Green+Blue) = 185+13+39=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90D27 is #46F2D8. Grayscale: #434343. Windows color (decimal): -4649689 or 2559417. OLE color: 2559417.

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

Color convert

RGB1851339-
CMYK00.930.790.27
HSL350.93º86.87%38.82%-
HSV(B)350.93º92.97%72.55%-
XYZ20.5210.752.91-
YUV67.39111.98211.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 78.06%
GREEN value IS 13 (5.47% from 255) = 5.49%
BLUE value IS 39 (15.62% from 255) = 16.46%
R=78.06%
G=5.49%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185133900.930.790.27350.9386.8738.82
HexB9D2705D4F1B15f5727
Octal271154701351173353712747
Binary101110011101100111010111011001111110111010111111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90D27; }

 p { color: rgb(185,13,39); }

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

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

 a { background-color: rgb(185,13,39); }

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

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

 span { border-color: rgb(185,13,39); }

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