#B70A1B

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

Shades of Venetian Red #B70A1B

Tints of Venetian Red #B70A1B

Color information

#B70A1B (or 0xB70A1B) is unknown color: approx Venetian Red. HEX triplet: B7, 0A and 1B. RGB value is (183,10,27). Sum of RGB (Red+Green+Blue) = 183+10+27=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70A1B is #48F5E4. Grayscale: #3F3F3F. Windows color (decimal): -4781541 or 1772215. OLE color: 1772215.

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

Color convert

RGB1831027-
CMYK00.950.850.28
HSL354.1º89.64%37.84%-
HSV(B)354.1º94.54%71.76%-
XYZ19.8310.361.99-
YUV63.66107.31213.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 83.18%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 27 (10.94% from 255) = 12.27%
R=83.18%
G=4.55%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183102700.950.850.28354.189.6437.84
HexB7A1B05F551C1625a26
Octal267123301371253454213246
Binary10110111101011011010111111010101111001011000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A1B; }

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

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

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

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

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

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

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

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