#B40315

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

Shades of Venetian Red #B40315

Tints of Venetian Red #B40315

Color information

#B40315 (or 0xB40315) is unknown color: approx Venetian Red. HEX triplet: B4, 03 and 15. RGB value is (180,3,21). Sum of RGB (Red+Green+Blue) = 180+3+21=204 (27% of max value = 765). Red value is 180 (70.70% from 255 or 88.24% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 180 - color contains mainly: red. Hex color #B40315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40315 is #4BFCEA. Grayscale: #3A3A3A. Windows color (decimal): -4979947 or 1377204. OLE color: 1377204.

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

Color convert

RGB180321-
CMYK00.980.880.29
HSL353.9º96.72%35.88%-
HSV(B)353.9º98.33%70.59%-
XYZ18.999.821.6-
YUV57.98107.14215.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 88.24%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=88.24%
G=1.47%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18032100.980.880.29353.996.7235.88
HexB4315062581D1626124
Octal26432501421303554214144
Binary101101001110101011000101011000111011011000101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40315; }

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

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

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

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

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

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

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

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