#B3002B

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

Shades of Venetian Red #B3002B

Tints of Venetian Red #B3002B

Color information

#B3002B (or 0xB3002B) is unknown color: approx Venetian Red. HEX triplet: B3, 00 and 2B. RGB value is (179,0,43). Sum of RGB (Red+Green+Blue) = 179+0+43=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B3002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3002B is #4CFFD4. Grayscale: #3A3A3A. Windows color (decimal): -5046229 or 2818227. OLE color: 2818227.

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

Color convert

RGB179043-
CMYK010.760.30
HSL345.59º100%35.1%-
HSV(B)345.59º100%70.2%-
XYZ19.039.763.17-
YUV58.42119.3214-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 80.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=80.63%
G=0%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179043010.760.30345.5910035.1
HexB302B0644C1E15a6423
Octal26305301441143653214443
Binary101100110101011011001001001100111101010110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3002B; }

 p { color: rgb(179,0,43); }

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

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

 a { background-color: rgb(179,0,43); }

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

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

 span { border-color: rgb(179,0,43); }

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