#B4002B

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

Shades of Venetian Red #B4002B

Tints of Venetian Red #B4002B

Color information

#B4002B (or 0xB4002B) is unknown color: approx Venetian Red. HEX triplet: B4, 00 and 2B. RGB value is (180,0,43). Sum of RGB (Red+Green+Blue) = 180+0+43=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B4002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4002B is #4BFFD4. Grayscale: #3A3A3A. Windows color (decimal): -4980693 or 2818228. OLE color: 2818228.

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

Color convert

RGB180043-
CMYK010.760.29
HSL345.67º100%35.29%-
HSV(B)345.67º100%70.59%-
XYZ19.269.883.18-
YUV58.72119.13214.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 80.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=80.72%
G=0%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180043010.760.29345.6710035.29
HexB402B0644C1D15a6423
Octal26405301441143553214443
Binary101101000101011011001001001100111011010110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4002B; }

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

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

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

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

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

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

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

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