#B70A26

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

Shades of Venetian Red #B70A26

Tints of Venetian Red #B70A26

Color information

#B70A26 (or 0xB70A26) is unknown color: approx Venetian Red. HEX triplet: B7, 0A and 26. RGB value is (183,10,38). Sum of RGB (Red+Green+Blue) = 183+10+38=231 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.22% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70A26 is #48F5D9. Grayscale: #404040. Windows color (decimal): -4781530 or 2493111. OLE color: 2493111.

HSL color Cylindrical-coordinate representation of color #B70A26: hue angle of 350.29º degrees, saturation: 0.9, 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 #B70A26 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1831038-
CMYK00.950.790.28
HSL350.29º89.64%37.84%-
HSV(B)350.29º94.54%71.76%-
XYZ19.9910.422.79-
YUV64.92112.81212.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 79.22%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=79.22%
G=4.33%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183103800.950.790.28350.2989.6437.84
HexB7A2605F4F1C15e5a26
Octal267124601371173453613246
Binary101101111010100110010111111001111111001010111101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A26; }

 p { color: rgb(183,10,38); }

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

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

 a { background-color: rgb(183,10,38); }

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

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

 span { border-color: rgb(183,10,38); }

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