#B5041C

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

Shades of Venetian Red #B5041C

Tints of Venetian Red #B5041C

Color information

#B5041C (or 0xB5041C) is unknown color: approx Venetian Red. HEX triplet: B5, 04 and 1C. RGB value is (181,4,28). Sum of RGB (Red+Green+Blue) = 181+4+28=213 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.98% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 181 - color contains mainly: red. Hex color #B5041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5041C is #4AFBE3. Grayscale: #3B3B3B. Windows color (decimal): -4914148 or 1836213. OLE color: 1836213.

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

Color convert

RGB181428-
CMYK00.980.850.29
HSL351.86º95.68%36.27%-
HSV(B)351.86º97.79%70.98%-
XYZ19.319.992.01-
YUV59.66110.14214.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 84.98%
GREEN value IS 4 (1.95% from 255) = 1.88%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=84.98%
G=1.88%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18142800.980.850.29351.8695.6836.27
HexB541C062551D1606024
Octal26543401421253554014044
Binary1011010110011100011000101010101111011011000001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5041C; }

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

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

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

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

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

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

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

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