#B4121A

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

Shades of Venetian Red #B4121A

Tints of Venetian Red #B4121A

Color information

#B4121A (or 0xB4121A) is unknown color: approx Venetian Red. HEX triplet: B4, 12 and 1A. RGB value is (180,18,26). Sum of RGB (Red+Green+Blue) = 180+18+26=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B4121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4121A is #4BEDE5. Grayscale: #434343. Windows color (decimal): -4976102 or 1708724. OLE color: 1708724.

HSL color Cylindrical-coordinate representation of color #B4121A: hue angle of 357.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4121A is Cyan = 0, Magento = 0.9, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1801826-
CMYK00.90.860.29
HSL357.04º81.82%38.82%-
HSV(B)357.04º90%70.59%-
XYZ19.2310.211.93-
YUV67.35104.67208.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 80.36%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 26 (10.55% from 255) = 11.61%
R=80.36%
G=8.04%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180182600.90.860.29357.0481.8238.82
HexB4121A05A561D1655227
Octal264223201321263554512247
Binary101101001001011010010110101010110111011011001011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4121A; }

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

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

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

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

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

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

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

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