#b01324

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

Shades of Venetian Red #B01324

Tints of Venetian Red #B01324

Color information

#B01324 (or 0xB01324) is unknown color: approx Venetian Red. HEX triplet: B0, 13 and 24. RGB value is (176,19,36). Sum of RGB (Red+Green+Blue) = 176+19+36=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B01324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01324 is #4FECDB. Grayscale: #434343. Windows color (decimal): -5237980 or 2364336. OLE color: 2364336.

HSL color Cylindrical-coordinate representation of color #B01324: hue angle of 353.5º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01324 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1761936-
CMYK00.890.800.31
HSL353.5º80.51%38.24%-
HSV(B)353.5º89.2%69.02%-
XYZ18.469.822.59-
YUV67.88110.01205.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 76.19%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 36 (14.45% from 255) = 15.58%
R=76.19%
G=8.23%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176193600.890.800.31353.580.5138.24
HexB01324059501F1625126
Octal260234401311203754212146
Binary1011000010011100100010110011010000111111011000101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b01324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b01324; }

 p { color: rgb(176,19,36); }

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

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

 a { background-color: rgb(176,19,36); }

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

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

 span { border-color: rgb(176,19,36); }

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