#B20507

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

Shades of Venetian Red #B20507

Tints of Venetian Red #B20507

Color information

#B20507 (or 0xB20507) is unknown color: approx Venetian Red. HEX triplet: B2, 05 and 07. RGB value is (178,5,7). Sum of RGB (Red+Green+Blue) = 178+5+7=190 (25% of max value = 765). Red value is 178 (69.92% from 255 or 93.68% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 178 - color contains mainly: red. Hex color #B20507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20507 is #4DFAF8. Grayscale: #393939. Windows color (decimal): -5110521 or 460210. OLE color: 460210.

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

Color convert

RGB17857-
CMYK00.970.960.30
HSL359.31º94.54%35.88%-
HSV(B)359.31º97.19%69.8%-
XYZ18.459.591.08-
YUV56.9699.81214.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 93.68%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=93.68%
G=2.63%
B=3.68%

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
Decimal1785700.970.960.30359.3194.5435.88
HexB257061601E1675f24
Octal2625701411403654713744
Binary10110010101111011000011100000111101011001111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20507; }

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

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

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

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

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

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

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

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