#B70F1D

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

Shades of Venetian Red #B70F1D

Tints of Venetian Red #B70F1D

Color information

#B70F1D (or 0xB70F1D) is unknown color: approx Venetian Red. HEX triplet: B7, 0F and 1D. RGB value is (183,15,29). Sum of RGB (Red+Green+Blue) = 183+15+29=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70F1D is #48F0E2. Grayscale: #424242. Windows color (decimal): -4780259 or 1904567. OLE color: 1904567.

HSL color Cylindrical-coordinate representation of color #B70F1D: hue angle of 355º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70F1D is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1831529-
CMYK00.920.840.28
HSL355º84.85%38.82%-
HSV(B)355º91.8%71.76%-
XYZ19.9210.52.14-
YUV66.83106.66210.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 80.62%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 29 (11.72% from 255) = 12.78%
R=80.62%
G=6.61%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183152900.920.840.2835584.8538.82
HexB7F1D05C541C1635527
Octal267173501341243454312547
Binary10110111111111101010111001010100111001011000111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70F1D; }

 p { color: rgb(183,15,29); }

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

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

 a { background-color: rgb(183,15,29); }

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

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

 span { border-color: rgb(183,15,29); }

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