#B6090F

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

Shades of Venetian Red #B6090F

Tints of Venetian Red #B6090F

Color information

#B6090F (or 0xB6090F) is unknown color: approx Venetian Red. HEX triplet: B6, 09 and 0F. RGB value is (182,9,15). Sum of RGB (Red+Green+Blue) = 182+9+15=206 (27% of max value = 765). Red value is 182 (71.48% from 255 or 88.35% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 182 - color contains mainly: red. Hex color #B6090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6090F is #49F6F0. Grayscale: #3D3D3D. Windows color (decimal): -4847345 or 985526. OLE color: 985526.

HSL color Cylindrical-coordinate representation of color #B6090F: hue angle of 357.92º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6090F is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB182915-
CMYK00.950.920.29
HSL357.92º90.58%37.45%-
HSV(B)357.92º95.05%71.37%-
XYZ19.4810.171.39-
YUV61.41101.81214.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 88.35%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=88.35%
G=4.37%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18291500.950.920.29357.9290.5837.45
HexB69F05F5C1D1665b25
Octal266111701371343554613345
Binary1011011010011111010111111011100111011011001101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6090F; }

 p { color: rgb(182,9,15); }

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

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

 a { background-color: rgb(182,9,15); }

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

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

 span { border-color: rgb(182,9,15); }

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