#B4081B

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

Shades of Venetian Red #B4081B

Tints of Venetian Red #B4081B

Color information

#B4081B (or 0xB4081B) is unknown color: approx Venetian Red. HEX triplet: B4, 08 and 1B. RGB value is (180,8,27). Sum of RGB (Red+Green+Blue) = 180+8+27=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B4081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4081B is #4BF7E4. Grayscale: #3D3D3D. Windows color (decimal): -4978661 or 1771700. OLE color: 1771700.

HSL color Cylindrical-coordinate representation of color #B4081B: hue angle of 353.37º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4081B is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB180827-
CMYK00.960.850.29
HSL353.37º91.49%36.86%-
HSV(B)353.37º95.56%70.59%-
XYZ19.119.961.95-
YUV61.59108.48212.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.72%
GREEN value IS 8 (3.52% from 255) = 3.72%
BLUE value IS 27 (10.94% from 255) = 12.56%
R=83.72%
G=3.72%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18082700.960.850.29353.3791.4936.86
HexB481B060551D1615b25
Octal264103301401253554113345
Binary10110100100011011011000001010101111011011000011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4081B; }

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

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

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

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

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

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

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

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