#BA0008

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

Shades of Venetian Red #BA0008

Tints of Venetian Red #BA0008

Color information

#BA0008 (or 0xBA0008) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 08. RGB value is (186,0,8). Sum of RGB (Red+Green+Blue) = 186+0+8=194 (25% of max value = 765). Red value is 186 (73.05% from 255 or 95.88% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0008 is #45FFF7. Grayscale: #383838. Windows color (decimal): -4587512 or 524474. OLE color: 524474.

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

Color convert

RGB18608-
CMYK010.960.27
HSL357.42º100%36.47%-
HSV(B)357.42º100%72.94%-
XYZ20.2910.461.18-
YUV56.53100.62220.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 95.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 4.12%
R=95.88%
G=0%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18608010.960.27357.4210036.47
HexBA08064601B1656424
Octal27201001441403354514444
Binary1011101001000011001001100000110111011001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0008; }

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

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

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

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

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

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

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

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