#B40310

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

Shades of Venetian Red #B40310

Tints of Venetian Red #B40310

Color information

#B40310 (or 0xB40310) is unknown color: approx Venetian Red. HEX triplet: B4, 03 and 10. RGB value is (180,3,16). Sum of RGB (Red+Green+Blue) = 180+3+16=199 (26% of max value = 765). Red value is 180 (70.70% from 255 or 90.45% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 180 - color contains mainly: red. Hex color #B40310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40310 is #4BFCEF. Grayscale: #393939. Windows color (decimal): -4979952 or 1049524. OLE color: 1049524.

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

Color convert

RGB180316-
CMYK00.980.910.29
HSL355.59º96.72%35.88%-
HSV(B)355.59º98.33%70.59%-
XYZ18.959.811.38-
YUV57.4104.64215.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 90.45%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 16 (6.64% from 255) = 8.04%
R=90.45%
G=1.51%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18031600.980.910.29355.5996.7235.88
HexB43100625B1D1646124
Octal26432001421333554414144
Binary101101001110000011000101011011111011011001001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40310; }

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

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

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

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

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

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

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

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