#B2050B

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

Shades of Venetian Red #B2050B

Tints of Venetian Red #B2050B

Color information

#B2050B (or 0xB2050B) is unknown color: approx Venetian Red. HEX triplet: B2, 05 and 0B. RGB value is (178,5,11). Sum of RGB (Red+Green+Blue) = 178+5+11=194 (25% of max value = 765). Red value is 178 (69.92% from 255 or 91.75% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 178 - color contains mainly: red. Hex color #B2050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2050B is #4DFAF4. Grayscale: #393939. Windows color (decimal): -5110517 or 722354. OLE color: 722354.

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

Color convert

RGB178511-
CMYK00.970.940.30
HSL357.92º94.54%35.88%-
HSV(B)357.92º97.19%69.8%-
XYZ18.479.61.2-
YUV57.41101.81214.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 91.75%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 11 (4.69% from 255) = 5.67%
R=91.75%
G=2.58%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17851100.970.940.30357.9294.5435.88
HexB25B0615E1E1665f24
Octal26251301411363654613744
Binary101100101011011011000011011110111101011001101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2050B; }

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

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

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

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

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

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

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

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