#BA151B

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

Shades of Venetian Red #BA151B

Tints of Venetian Red #BA151B

Color information

#BA151B (or 0xBA151B) is unknown color: approx Venetian Red. HEX triplet: BA, 15 and 1B. RGB value is (186,21,27). Sum of RGB (Red+Green+Blue) = 186+21+27=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA151B is #45EAE4. Grayscale: #474747. Windows color (decimal): -4582117 or 1775034. OLE color: 1775034.

HSL color Cylindrical-coordinate representation of color #BA151B: hue angle of 357.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA151B is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB1862127-
CMYK00.890.850.27
HSL357.82º79.71%40.59%-
HSV(B)357.82º88.71%72.94%-
XYZ20.7211.052.08-
YUV71.02103.16210.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.49%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=79.49%
G=8.97%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186212700.890.850.27357.8279.7140.59
HexBA151B059551B1665029
Octal272253301311253354612051
Binary101110101010111011010110011010101110111011001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA151B; }

 p { color: rgb(186,21,27); }

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

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

 a { background-color: rgb(186,21,27); }

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

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

 span { border-color: rgb(186,21,27); }

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