#B7061E

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

Shades of Venetian Red #B7061E

Tints of Venetian Red #B7061E

Color information

#B7061E (or 0xB7061E) is unknown color: approx Venetian Red. HEX triplet: B7, 06 and 1E. RGB value is (183,6,30). Sum of RGB (Red+Green+Blue) = 183+6+30=219 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.56% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 183 - color contains mainly: red. Hex color #B7061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7061E is #48F9E1. Grayscale: #3D3D3D. Windows color (decimal): -4782562 or 1967799. OLE color: 1967799.

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

Color convert

RGB183630-
CMYK00.970.840.28
HSL351.86º93.65%37.06%-
HSV(B)351.86º96.72%71.76%-
XYZ19.8310.292.17-
YUV61.66110.14214.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 83.56%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=83.56%
G=2.74%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18363000.970.840.28351.8693.6537.06
HexB761E061541C1605e25
Octal26763601411243454013645
Binary1011011111011110011000011010100111001011000001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7061E; }

 p { color: rgb(183,6,30); }

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

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

 a { background-color: rgb(183,6,30); }

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

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

 span { border-color: rgb(183,6,30); }

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