#B9051E

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

Shades of Venetian Red #B9051E

Tints of Venetian Red #B9051E

Color information

#B9051E (or 0xB9051E) is unknown color: approx Venetian Red. HEX triplet: B9, 05 and 1E. RGB value is (185,5,30). Sum of RGB (Red+Green+Blue) = 185+5+30=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B9051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9051E is #46FAE1. Grayscale: #3D3D3D. Windows color (decimal): -4651746 or 1967545. OLE color: 1967545.

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

Color convert

RGB185530-
CMYK00.970.840.27
HSL351.67º94.74%37.25%-
HSV(B)351.67º97.3%72.55%-
XYZ20.310.522.19-
YUV61.67110.13215.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 84.09%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 30 (12.11% from 255) = 13.64%
R=84.09%
G=2.27%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18553000.970.840.27351.6794.7437.25
HexB951E061541B1605f25
Octal27153601411243354013745
Binary1011100110111110011000011010100110111011000001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9051E; }

 p { color: rgb(185,5,30); }

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

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

 a { background-color: rgb(185,5,30); }

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

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

 span { border-color: rgb(185,5,30); }

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