#B70924

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

Shades of Venetian Red #B70924

Tints of Venetian Red #B70924

Color information

#B70924 (or 0xB70924) is unknown color: approx Venetian Red. HEX triplet: B7, 09 and 24. RGB value is (183,9,36). Sum of RGB (Red+Green+Blue) = 183+9+36=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B70924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70924 is #48F6DB. Grayscale: #404040. Windows color (decimal): -4781788 or 2361783. OLE color: 2361783.

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

Color convert

RGB183936-
CMYK00.950.800.28
HSL350.69º90.62%37.65%-
HSV(B)350.69º95.08%71.76%-
XYZ19.9410.392.62-
YUV64.1112.15212.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 80.26%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 36 (14.45% from 255) = 15.79%
R=80.26%
G=3.95%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18393600.950.800.28350.6990.6237.65
HexB792405F501C15f5b26
Octal267114401371203453713346
Binary101101111001100100010111111010000111001010111111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70924; }

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

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

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

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

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

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

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

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