#BA001A

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

Shades of Venetian Red #BA001A

Tints of Venetian Red #BA001A

Color information

#BA001A (or 0xBA001A) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 1A. RGB value is (186,0,26). Sum of RGB (Red+Green+Blue) = 186+0+26=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA001A is #45FFE5. Grayscale: #3A3A3A. Windows color (decimal): -4587494 or 1704122. OLE color: 1704122.

HSL color Cylindrical-coordinate representation of color #BA001A: hue angle of 351.61º 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 #BA001A is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB186026-
CMYK010.860.27
HSL351.61º100%36.47%-
HSV(B)351.61º100%72.94%-
XYZ20.4410.511.93-
YUV58.58109.62218.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 87.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 12.26%
R=87.74%
G=0%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186026010.860.27351.6110036.47
HexBA01A064561B1606424
Octal27203201441263354014444
Binary10111010011010011001001010110110111011000001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA001A; }

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

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

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

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

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

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

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

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