#b5151a

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

Shades of Venetian Red #B5151A

Tints of Venetian Red #B5151A

Color information

#B5151A (or 0xB5151A) is unknown color: approx Venetian Red. HEX triplet: B5, 15 and 1A. RGB value is (181,21,26). Sum of RGB (Red+Green+Blue) = 181+21+26=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B5151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5151A is #4AEAE5. Grayscale: #454545. Windows color (decimal): -4909798 or 1709493. OLE color: 1709493.

HSL color Cylindrical-coordinate representation of color #B5151A: hue angle of 358.12º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5151A is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1812126-
CMYK00.880.860.29
HSL358.12º79.21%39.61%-
HSV(B)358.12º88.4%70.98%-
XYZ19.5110.431.96-
YUV69.41103.51207.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 79.39%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 26 (10.55% from 255) = 11.40%
R=79.39%
G=9.21%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181212600.880.860.29358.1279.2139.61
HexB5151A058561D1664f28
Octal265253201301263554611750
Binary101101011010111010010110001010110111011011001101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5151a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5151a; }

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

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

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

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

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

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

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

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