#B5061A

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

Shades of Venetian Red #B5061A

Tints of Venetian Red #B5061A

Color information

#B5061A (or 0xB5061A) is unknown color: approx Venetian Red. HEX triplet: B5, 06 and 1A. RGB value is (181,6,26). Sum of RGB (Red+Green+Blue) = 181+6+26=213 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.98% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 181 - color contains mainly: red. Hex color #B5061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5061A is #4AF9E5. Grayscale: #3C3C3C. Windows color (decimal): -4913638 or 1705653. OLE color: 1705653.

HSL color Cylindrical-coordinate representation of color #B5061A: hue angle of 353.14º 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 #B5061A is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB181626-
CMYK00.970.860.29
HSL353.14º93.58%36.67%-
HSV(B)353.14º96.69%70.98%-
XYZ19.3110.031.9-
YUV60.6108.48213.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 84.98%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=84.98%
G=2.82%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18162600.970.860.29353.1493.5836.67
HexB561A061561D1615e25
Octal26563201411263554113645
Binary1011010111011010011000011010110111011011000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5061A; }

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

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

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

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

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

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

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

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