#B4121D

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

Shades of Venetian Red #B4121D

Tints of Venetian Red #B4121D

Color information

#B4121D (or 0xB4121D) is unknown color: approx Venetian Red. HEX triplet: B4, 12 and 1D. RGB value is (180,18,29). Sum of RGB (Red+Green+Blue) = 180+18+29=227 (30% of max value = 765). Red value is 180 (70.70% from 255 or 79.30% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 180 - color contains mainly: red. Hex color #B4121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4121D is #4BEDE2. Grayscale: #434343. Windows color (decimal): -4976099 or 1905332. OLE color: 1905332.

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

Color convert

RGB1801829-
CMYK00.90.840.29
HSL355.93º81.82%38.82%-
HSV(B)355.93º90%70.59%-
XYZ19.2610.222.12-
YUV67.69106.17208.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 79.30%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 29 (11.72% from 255) = 12.78%
R=79.30%
G=7.93%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180182900.90.840.29355.9381.8238.82
HexB4121D05A541D1645227
Octal264223501321243554412247
Binary101101001001011101010110101010100111011011001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4121D; }

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

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

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

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

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

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

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

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