#B5061E

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

Shades of Venetian Red #B5061E

Tints of Venetian Red #B5061E

Color information

#B5061E (or 0xB5061E) is unknown color: approx Venetian Red. HEX triplet: B5, 06 and 1E. RGB value is (181,6,30). Sum of RGB (Red+Green+Blue) = 181+6+30=217 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.41% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 181 - color contains mainly: red. Hex color #B5061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5061E is #4AF9E1. Grayscale: #3D3D3D. Windows color (decimal): -4913634 or 1967797. OLE color: 1967797.

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

Color convert

RGB181630-
CMYK00.970.830.29
HSL351.77º93.58%36.67%-
HSV(B)351.77º96.69%70.98%-
XYZ19.3610.052.15-
YUV61.06110.48213.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 83.41%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=83.41%
G=2.76%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18163000.970.830.29351.7793.5836.67
HexB561E061531D1605e25
Octal26563601411233554013645
Binary1011010111011110011000011010011111011011000001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5061E; }

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

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

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

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

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

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

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

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