#B70124

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

Shades of Venetian Red #B70124

Tints of Venetian Red #B70124

Color information

#B70124 (or 0xB70124) is unknown color: approx Venetian Red. HEX triplet: B7, 01 and 24. RGB value is (183,1,36). Sum of RGB (Red+Green+Blue) = 183+1+36=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B70124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70124 is #48FEDB. Grayscale: #3B3B3B. Windows color (decimal): -4783836 or 2359735. OLE color: 2359735.

HSL color Cylindrical-coordinate representation of color #B70124: hue angle of 348.46º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70124 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB183136-
CMYK00.990.800.28
HSL348.46º98.91%36.08%-
HSV(B)348.46º99.45%71.76%-
XYZ19.8610.222.59-
YUV59.41114.8216.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 83.18%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=83.18%
G=0.45%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313600.990.800.28348.4698.9136.08
HexB7124063501C15c6324
Octal26714401431203453414344
Binary101101111100100011000111010000111001010111001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70124; }

 p { color: rgb(183,1,36); }

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

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

 a { background-color: rgb(183,1,36); }

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

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

 span { border-color: rgb(183,1,36); }

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