#B31018

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

Shades of Venetian Red #B31018

Tints of Venetian Red #B31018

Color information

#B31018 (or 0xB31018) is unknown color: approx Venetian Red. HEX triplet: B3, 10 and 18. RGB value is (179,16,24). Sum of RGB (Red+Green+Blue) = 179+16+24=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B31018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31018 is #4CEFE7. Grayscale: #414141. Windows color (decimal): -5042152 or 1577139. OLE color: 1577139.

HSL color Cylindrical-coordinate representation of color #B31018: hue angle of 357.06º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31018 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB1791624-
CMYK00.910.870.30
HSL357.06º83.59%38.24%-
HSV(B)357.06º91.06%70.2%-
XYZ18.9410.021.8-
YUV65.65104.5208.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 81.74%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 24 (9.77% from 255) = 10.96%
R=81.74%
G=7.31%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179162400.910.870.30357.0683.5938.24
HexB3101805B571E1655426
Octal263203001331273654512446
Binary101100111000011000010110111010111111101011001011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31018; }

 p { color: rgb(179,16,24); }

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

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

 a { background-color: rgb(179,16,24); }

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

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

 span { border-color: rgb(179,16,24); }

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