#BA0708

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

Shades of Venetian Red #BA0708

Tints of Venetian Red #BA0708

Color information

#BA0708 (or 0xBA0708) is unknown color: approx Venetian Red. HEX triplet: BA, 07 and 08. RGB value is (186,7,8). Sum of RGB (Red+Green+Blue) = 186+7+8=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0708 is #45F8F7. Grayscale: #3C3C3C. Windows color (decimal): -4585720 or 526266. OLE color: 526266.

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

Color convert

RGB18678-
CMYK00.960.960.27
HSL359.66º92.75%37.84%-
HSV(B)359.66º96.24%72.94%-
XYZ20.3710.611.2-
YUV60.6498.3217.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 92.54%
GREEN value IS 7 (3.12% from 255) = 3.48%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=92.54%
G=3.48%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867800.960.960.27359.6692.7537.84
HexBA78060601B1685d26
Octal27271001401403355013546
Binary101110101111000011000001100000110111011010001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0708; }

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

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

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

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

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

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

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

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