#B31024

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

Shades of Venetian Red #B31024

Tints of Venetian Red #B31024

Color information

#B31024 (or 0xB31024) is unknown color: approx Venetian Red. HEX triplet: B3, 10 and 24. RGB value is (179,16,36). Sum of RGB (Red+Green+Blue) = 179+16+36=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B31024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31024 is #4CEFDB. Grayscale: #434343. Windows color (decimal): -5042140 or 2363571. OLE color: 2363571.

HSL color Cylindrical-coordinate representation of color #B31024: hue angle of 352.64º 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 #B31024 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1791636-
CMYK00.910.800.30
HSL352.64º83.59%38.24%-
HSV(B)352.64º91.06%70.2%-
XYZ19.0910.082.61-
YUV67.02110.5207.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 77.49%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 36 (14.45% from 255) = 15.58%
R=77.49%
G=6.93%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179163600.910.800.30352.6483.5938.24
HexB3102405B501E1615426
Octal263204401331203654112446
Binary1011001110000100100010110111010000111101011000011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31024; }

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

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

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

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

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

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

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

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