#B70015

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

Shades of Venetian Red #B70015

Tints of Venetian Red #B70015

Color information

#B70015 (or 0xB70015) is unknown color: approx Venetian Red. HEX triplet: B7, 00 and 15. RGB value is (183,0,21). Sum of RGB (Red+Green+Blue) = 183+0+21=204 (27% of max value = 765). Red value is 183 (71.88% from 255 or 89.71% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 183 - color contains mainly: red. Hex color #B70015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70015 is #48FFEA. Grayscale: #393939. Windows color (decimal): -4784107 or 1376439. OLE color: 1376439.

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

Color convert

RGB183021-
CMYK010.890.28
HSL353.11º100%35.88%-
HSV(B)353.11º100%71.76%-
XYZ19.6610.121.63-
YUV57.11107.63217.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 89.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=89.71%
G=0%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183021010.890.28353.1110035.88
HexB7015064591C1616424
Octal26702501441313454114444
Binary10110111010101011001001011001111001011000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70015; }

 p { color: rgb(183,0,21); }

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

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

 a { background-color: rgb(183,0,21); }

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

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

 span { border-color: rgb(183,0,21); }

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