#B40001

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

Shades of Venetian Red #B40001

Tints of Venetian Red #B40001

Color information

#B40001 (or 0xB40001) is unknown color: approx Venetian Red. HEX triplet: B4, 00 and 01. RGB value is (180,0,1). Sum of RGB (Red+Green+Blue) = 180+0+1=181 (23% of max value = 765). Red value is 180 (70.70% from 255 or 99.45% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 180 - color contains mainly: red. Hex color #B40001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40001 is #4BFFFE. Grayscale: #363636. Windows color (decimal): -4980735 or 65716. OLE color: 65716.

HSL color Cylindrical-coordinate representation of color #B40001: hue angle of 359.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 #B40001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB18001-
CMYK010.990.29
HSL359.67º100%35.29%-
HSV(B)359.67º100%70.59%-
XYZ18.839.710.91-
YUV53.9398.13217.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 99.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=99.45%
G=0%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18001010.990.29359.6710035.29
HexB401064631D1686423
Octal2640101441433555014443
Binary1011010001011001001100011111011011010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40001; }

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

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

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

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

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

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

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

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