#ba0f1f

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

Shades of Venetian Red #BA0F1F

Tints of Venetian Red #BA0F1F

Color information

#BA0F1F (or 0xBA0F1F) is unknown color: approx Venetian Red. HEX triplet: BA, 0F and 1F. RGB value is (186,15,31). Sum of RGB (Red+Green+Blue) = 186+15+31=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F1F is #45F0E0. Grayscale: #444444. Windows color (decimal): -4583649 or 2035642. OLE color: 2035642.

HSL color Cylindrical-coordinate representation of color #BA0F1F: hue angle of 354.39º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F1F is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB1861531-
CMYK00.920.830.27
HSL354.39º85.07%39.41%-
HSV(B)354.39º91.94%72.94%-
XYZ20.6710.882.31-
YUV67.95107.15212.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.17%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 31 (12.5% from 255) = 13.36%
R=80.17%
G=6.47%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186153100.920.830.27354.3985.0739.41
HexBAF1F05C531B1625527
Octal272173701341233354212547
Binary10111010111111111010111001010011110111011000101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0f1f; }

 p { color: rgb(186,15,31); }

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

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

 a { background-color: rgb(186,15,31); }

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

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

 span { border-color: rgb(186,15,31); }

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