#B7081F

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

Shades of Venetian Red #B7081F

Tints of Venetian Red #B7081F

Color information

#B7081F (or 0xB7081F) is unknown color: approx Venetian Red. HEX triplet: B7, 08 and 1F. RGB value is (183,8,31). Sum of RGB (Red+Green+Blue) = 183+8+31=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B7081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7081F is #48F7E0. Grayscale: #3F3F3F. Windows color (decimal): -4782049 or 2033847. OLE color: 2033847.

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

Color convert

RGB183831-
CMYK00.960.830.28
HSL352.11º91.62%37.45%-
HSV(B)352.11º95.63%71.76%-
XYZ19.8610.342.25-
YUV62.95109.98213.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 82.43%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=82.43%
G=3.60%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18383100.960.830.28352.1191.6237.45
HexB781F060531C1605c25
Octal267103701401233454013445
Binary10110111100011111011000001010011111001011000001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7081F; }

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

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

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

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

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

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

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

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