#B20509

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

Shades of Venetian Red #B20509

Tints of Venetian Red #B20509

Color information

#B20509 (or 0xB20509) is unknown color: approx Venetian Red. HEX triplet: B2, 05 and 09. RGB value is (178,5,9). Sum of RGB (Red+Green+Blue) = 178+5+9=192 (25% of max value = 765). Red value is 178 (69.92% from 255 or 92.71% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 178 - color contains mainly: red. Hex color #B20509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20509 is #4DFAF6. Grayscale: #393939. Windows color (decimal): -5110519 or 591282. OLE color: 591282.

HSL color Cylindrical-coordinate representation of color #B20509: hue angle of 358.61º 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 #B20509 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB17859-
CMYK00.970.950.30
HSL358.61º94.54%35.88%-
HSV(B)358.61º97.19%69.8%-
XYZ18.469.591.14-
YUV57.18100.81214.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 92.71%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 9 (3.91% from 255) = 4.69%
R=92.71%
G=2.60%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785900.970.950.30358.6194.5435.88
HexB2590615F1E1675f24
Octal26251101411373654713744
Binary101100101011001011000011011111111101011001111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20509; }

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

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

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

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

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

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

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

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