#B20C1D

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

Shades of Venetian Red #B20C1D

Tints of Venetian Red #B20C1D

Color information

#B20C1D (or 0xB20C1D) is unknown color: approx Venetian Red. HEX triplet: B2, 0C and 1D. RGB value is (178,12,29). Sum of RGB (Red+Green+Blue) = 178+12+29=219 (29% of max value = 765). Red value is 178 (69.92% from 255 or 81.28% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C1D is #4DF3E2. Grayscale: #3F3F3F. Windows color (decimal): -5108707 or 1903794. OLE color: 1903794.

HSL color Cylindrical-coordinate representation of color #B20C1D: hue angle of 353.86º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C1D is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB1781229-
CMYK00.930.840.30
HSL353.86º87.37%37.25%-
HSV(B)353.86º93.26%69.8%-
XYZ18.719.822.07-
YUV63.57108.5209.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 81.28%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 29 (11.72% from 255) = 13.24%
R=81.28%
G=5.48%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178122900.930.840.30353.8687.3737.25
HexB2C1D05D541E1625725
Octal262143501351243654212745
Binary10110010110011101010111011010100111101011000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20C1D; }

 p { color: rgb(178,12,29); }

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

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

 a { background-color: rgb(178,12,29); }

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

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

 span { border-color: rgb(178,12,29); }

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