#B40318

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

Shades of Venetian Red #B40318

Tints of Venetian Red #B40318

Color information

#B40318 (or 0xB40318) is unknown color: approx Venetian Red. HEX triplet: B4, 03 and 18. RGB value is (180,3,24). Sum of RGB (Red+Green+Blue) = 180+3+24=207 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.96% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 180 - color contains mainly: red. Hex color #B40318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40318 is #4BFCE7. Grayscale: #3A3A3A. Windows color (decimal): -4979944 or 1573812. OLE color: 1573812.

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

Color convert

RGB180324-
CMYK00.980.870.29
HSL352.88º96.72%35.88%-
HSV(B)352.88º98.33%70.59%-
XYZ19.029.831.76-
YUV58.32108.64214.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 86.96%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=86.96%
G=1.45%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18032400.980.870.29352.8896.7235.88
HexB4318062571D1616124
Octal26433001421273554114144
Binary101101001111000011000101010111111011011000011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40318; }

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

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

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

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

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

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

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

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