#B7141F

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

Shades of Venetian Red #B7141F

Tints of Venetian Red #B7141F

Color information

#B7141F (or 0xB7141F) is unknown color: approx Venetian Red. HEX triplet: B7, 14 and 1F. RGB value is (183,20,31). Sum of RGB (Red+Green+Blue) = 183+20+31=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B7141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7141F is #48EBE0. Grayscale: #464646. Windows color (decimal): -4778977 or 2036919. OLE color: 2036919.

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

Color convert

RGB1832031-
CMYK00.890.830.28
HSL355.95º80.3%39.8%-
HSV(B)355.95º89.07%71.76%-
XYZ20.0310.672.3-
YUV69.99106208.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 78.21%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 31 (12.5% from 255) = 13.25%
R=78.21%
G=8.55%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183203100.890.830.28355.9580.339.8
HexB7141F059531C1645028
Octal267243701311233454412050
Binary101101111010011111010110011010011111001011001001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7141F; }

 p { color: rgb(183,20,31); }

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

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

 a { background-color: rgb(183,20,31); }

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

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

 span { border-color: rgb(183,20,31); }

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