#B41013

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

Shades of Venetian Red #B41013

Tints of Venetian Red #B41013

Color information

#B41013 (or 0xB41013) is unknown color: approx Venetian Red. HEX triplet: B4, 10 and 13. RGB value is (180,16,19). Sum of RGB (Red+Green+Blue) = 180+16+19=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B41013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41013 is #4BEFEC. Grayscale: #414141. Windows color (decimal): -4976621 or 1249460. OLE color: 1249460.

HSL color Cylindrical-coordinate representation of color #B41013: hue angle of 358.9º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41013 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB1801619-
CMYK00.910.890.29
HSL358.9º83.67%38.43%-
HSV(B)358.9º91.11%70.59%-
XYZ19.1310.121.56-
YUV65.38101.83209.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.72%
GREEN value IS 16 (6.64% from 255) = 7.44%
BLUE value IS 19 (7.81% from 255) = 8.84%
R=83.72%
G=7.44%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180161900.910.890.29358.983.6738.43
HexB4101305B591D1675426
Octal264202301331313554712446
Binary101101001000010011010110111011001111011011001111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41013; }

 p { color: rgb(180,16,19); }

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

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

 a { background-color: rgb(180,16,19); }

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

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

 span { border-color: rgb(180,16,19); }

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