#B5040C

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

Shades of Venetian Red #B5040C

Tints of Venetian Red #B5040C

Color information

#B5040C (or 0xB5040C) is unknown color: approx Venetian Red. HEX triplet: B5, 04 and 0C. RGB value is (181,4,12). Sum of RGB (Red+Green+Blue) = 181+4+12=197 (26% of max value = 765). Red value is 181 (71.09% from 255 or 91.88% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 181 - color contains mainly: red. Hex color #B5040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5040C is #4AFBF3. Grayscale: #393939. Windows color (decimal): -4914164 or 787637. OLE color: 787637.

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

Color convert

RGB181412-
CMYK00.980.930.29
HSL357.29º95.68%36.27%-
HSV(B)357.29º97.79%70.98%-
XYZ19.179.941.26-
YUV57.84102.14215.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 91.88%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=91.88%
G=2.03%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18141200.980.930.29357.2995.6836.27
HexB54C0625D1D1656024
Octal26541401421353554514044
Binary101101011001100011000101011101111011011001011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5040C; }

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

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

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

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

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

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

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

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