#B40312

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

Shades of Venetian Red #B40312

Tints of Venetian Red #B40312

Color information

#B40312 (or 0xB40312) is unknown color: approx Venetian Red. HEX triplet: B4, 03 and 12. RGB value is (180,3,18). Sum of RGB (Red+Green+Blue) = 180+3+18=201 (26% of max value = 765). Red value is 180 (70.70% from 255 or 89.55% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 180 - color contains mainly: red. Hex color #B40312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40312 is #4BFCED. Grayscale: #393939. Windows color (decimal): -4979950 or 1180596. OLE color: 1180596.

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

Color convert

RGB180318-
CMYK00.980.90.29
HSL354.92º96.72%35.88%-
HSV(B)354.92º98.33%70.59%-
XYZ18.969.811.47-
YUV57.63105.64215.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 89.55%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=89.55%
G=1.49%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18031800.980.90.29354.9296.7235.88
HexB43120625A1D1636124
Octal26432201421323554314144
Binary101101001110010011000101011010111011011000111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40312; }

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

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

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

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

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

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

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

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