#BA0001

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

Shades of Venetian Red #BA0001

Tints of Venetian Red #BA0001

Color information

#BA0001 (or 0xBA0001) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 01. RGB value is (186,0,1). Sum of RGB (Red+Green+Blue) = 186+0+1=187 (24% of max value = 765). Red value is 186 (73.05% from 255 or 99.47% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0001 is #45FFFE. Grayscale: #373737. Windows color (decimal): -4587519 or 65722. OLE color: 65722.

HSL color Cylindrical-coordinate representation of color #BA0001: hue angle of 359.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB18601-
CMYK010.990.27
HSL359.68º100%36.47%-
HSV(B)359.68º100%72.94%-
XYZ20.2610.440.98-
YUV55.7397.12220.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 99.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=99.47%
G=0%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18601010.990.27359.6810036.47
HexBA01064631B1686424
Octal2720101441433355014444
Binary1011101001011001001100011110111011010001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0001; }

 p { color: rgb(186,0,1); }

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

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

 a { background-color: rgb(186,0,1); }

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

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

 span { border-color: rgb(186,0,1); }

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