#B4001B

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

Shades of Venetian Red #B4001B

Tints of Venetian Red #B4001B

Color information

#B4001B (or 0xB4001B) is unknown color: approx Venetian Red. HEX triplet: B4, 00 and 1B. RGB value is (180,0,27). Sum of RGB (Red+Green+Blue) = 180+0+27=207 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.96% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 180 - color contains mainly: red. Hex color #B4001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4001B is #4BFFE4. Grayscale: #383838. Windows color (decimal): -4980709 or 1769652. OLE color: 1769652.

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

Color convert

RGB180027-
CMYK010.850.29
HSL351º100%35.29%-
HSV(B)351º100%70.59%-
XYZ19.029.781.92-
YUV56.9111.13215.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 86.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 13.04%
R=86.96%
G=0%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180027010.850.2935110035.29
HexB401B064551D15f6423
Octal26403301441253553714443
Binary10110100011011011001001010101111011010111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4001B; }

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

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

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

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

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

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

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

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