#B20508

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

Shades of Venetian Red #B20508

Tints of Venetian Red #B20508

Color information

#B20508 (or 0xB20508) is unknown color: approx Venetian Red. HEX triplet: B2, 05 and 08. RGB value is (178,5,8). Sum of RGB (Red+Green+Blue) = 178+5+8=191 (25% of max value = 765). Red value is 178 (69.92% from 255 or 93.19% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 178 - color contains mainly: red. Hex color #B20508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20508 is #4DFAF7. Grayscale: #393939. Windows color (decimal): -5110520 or 525746. OLE color: 525746.

HSL color Cylindrical-coordinate representation of color #B20508: hue angle of 358.96º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20508 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB17858-
CMYK00.970.960.30
HSL358.96º94.54%35.88%-
HSV(B)358.96º97.19%69.8%-
XYZ18.469.591.11-
YUV57.07100.31214.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 93.19%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=93.19%
G=2.62%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785800.970.960.30358.9694.5435.88
HexB258061601E1675f24
Octal26251001411403654713744
Binary101100101011000011000011100000111101011001111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20508; }

 p { color: rgb(178,5,8); }

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

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

 a { background-color: rgb(178,5,8); }

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

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

 span { border-color: rgb(178,5,8); }

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