#BA0203

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

Shades of Venetian Red #BA0203

Tints of Venetian Red #BA0203

Color information

#BA0203 (or 0xBA0203) is unknown color: approx Venetian Red. HEX triplet: BA, 02 and 03. RGB value is (186,2,3). Sum of RGB (Red+Green+Blue) = 186+2+3=191 (25% of max value = 765). Red value is 186 (73.05% from 255 or 97.38% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0203 is #45FDFC. Grayscale: #393939. Windows color (decimal): -4587005 or 197306. OLE color: 197306.

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

Color convert

RGB18623-
CMYK00.990.980.27
HSL359.67º97.87%36.86%-
HSV(B)359.67º98.92%72.94%-
XYZ20.2910.491.04-
YUV57.1397.46219.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 97.38%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 3 (1.56% from 255) = 1.57%
R=97.38%
G=1.05%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862300.990.980.27359.6797.8736.86
HexBA23063621B1686225
Octal2722301431423355014245
Binary101110101011011000111100010110111011010001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0203; }

 p { color: rgb(186,2,3); }

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

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

 a { background-color: rgb(186,2,3); }

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

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

 span { border-color: rgb(186,2,3); }

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