#B5041A

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

Shades of Venetian Red #B5041A

Tints of Venetian Red #B5041A

Color information

#B5041A (or 0xB5041A) is unknown color: approx Venetian Red. HEX triplet: B5, 04 and 1A. RGB value is (181,4,26). Sum of RGB (Red+Green+Blue) = 181+4+26=211 (27% of max value = 765). Red value is 181 (71.09% from 255 or 85.78% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 181 - color contains mainly: red. Hex color #B5041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5041A is #4AFBE5. Grayscale: #3B3B3B. Windows color (decimal): -4914150 or 1705141. OLE color: 1705141.

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

Color convert

RGB181426-
CMYK00.980.860.29
HSL352.54º95.68%36.27%-
HSV(B)352.54º97.79%70.98%-
XYZ19.299.991.89-
YUV59.43109.14214.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 85.78%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=85.78%
G=1.90%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18142600.980.860.29352.5495.6836.27
HexB541A062561D1616024
Octal26543201421263554114044
Binary1011010110011010011000101010110111011011000011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5041A; }

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

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

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

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

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

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

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

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