#BA0308

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

Shades of Venetian Red #BA0308

Tints of Venetian Red #BA0308

Color information

#BA0308 (or 0xBA0308) is unknown color: approx Venetian Red. HEX triplet: BA, 03 and 08. RGB value is (186,3,8). Sum of RGB (Red+Green+Blue) = 186+3+8=197 (26% of max value = 765). Red value is 186 (73.05% from 255 or 94.42% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0308 is #45FCF7. Grayscale: #3A3A3A. Windows color (decimal): -4586744 or 525242. OLE color: 525242.

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

Color convert

RGB18638-
CMYK00.980.960.27
HSL358.36º96.83%37.06%-
HSV(B)358.36º98.39%72.94%-
XYZ20.3310.521.19-
YUV58.2999.63219.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 94.42%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 8 (3.52% from 255) = 4.06%
R=94.42%
G=1.52%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863800.980.960.27358.3696.8337.06
HexBA38062601B1666125
Octal27231001421403354614145
Binary10111010111000011000101100000110111011001101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0308; }

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

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

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

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

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

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

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

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