#b2000a

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

Shades of Venetian Red #B2000A

Tints of Venetian Red #B2000A

Color information

#B2000A (or 0xB2000A) is unknown color: approx Venetian Red. HEX triplet: B2, 00 and 0A. RGB value is (178,0,10). Sum of RGB (Red+Green+Blue) = 178+0+10=188 (24% of max value = 765). Red value is 178 (69.92% from 255 or 94.68% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 178 - color contains mainly: red. Hex color #B2000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2000A is #4DFFF5. Grayscale: #363636. Windows color (decimal): -5111798 or 655538. OLE color: 655538.

HSL color Cylindrical-coordinate representation of color #B2000A: hue angle of 356.63º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2000A is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB178010-
CMYK010.940.30
HSL356.63º100%34.9%-
HSV(B)356.63º100%69.8%-
XYZ18.419.491.15-
YUV54.36102.97216.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 94.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 5.32%
R=94.68%
G=0%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178010010.940.30356.6310034.9
HexB20A0645E1E1656423
Octal26201201441363654514443
Binary1011001001010011001001011110111101011001011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2000a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2000a; }

 p { color: rgb(178,0,10); }

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

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

 a { background-color: rgb(178,0,10); }

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

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

 span { border-color: rgb(178,0,10); }

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