#B3002E

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

Shades of Venetian Red #B3002E

Tints of Venetian Red #B3002E

Color information

#B3002E (or 0xB3002E) is unknown color: approx Venetian Red. HEX triplet: B3, 00 and 2E. RGB value is (179,0,46). Sum of RGB (Red+Green+Blue) = 179+0+46=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B3002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3002E is #4CFFD1. Grayscale: #3A3A3A. Windows color (decimal): -5046226 or 3014835. OLE color: 3014835.

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

Color convert

RGB179046-
CMYK010.740.30
HSL344.58º100%35.1%-
HSV(B)344.58º100%70.2%-
XYZ19.089.783.47-
YUV58.76120.8213.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 79.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=79.56%
G=0%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179046010.740.30344.5810035.1
HexB302E0644A1E1596423
Octal26305601441123653114443
Binary101100110101110011001001001010111101010110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3002E; }

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

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

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

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

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

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

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

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