#BA0007

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

Shades of Venetian Red #BA0007

Tints of Venetian Red #BA0007

Color information

#BA0007 (or 0xBA0007) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 07. RGB value is (186,0,7). Sum of RGB (Red+Green+Blue) = 186+0+7=193 (25% of max value = 765). Red value is 186 (73.05% from 255 or 96.37% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0007 is #45FFF8. Grayscale: #383838. Windows color (decimal): -4587513 or 458938. OLE color: 458938.

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

Color convert

RGB18607-
CMYK010.960.27
HSL357.74º100%36.47%-
HSV(B)357.74º100%72.94%-
XYZ20.2910.451.15-
YUV56.41100.12220.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 96.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 3.63%
R=96.37%
G=0%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18607010.960.27357.7410036.47
HexBA07064601B1666424
Octal2720701441403354614444
Binary101110100111011001001100000110111011001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0007; }

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

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

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

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

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

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

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

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